diff options
author | Adam NAILI | 2018-01-03 19:40:51 +0100 |
---|---|---|
committer | Adam NAILI | 2018-01-03 19:40:51 +0100 |
commit | 2f3d8ebc9b5e10e56bed5da316f5ef098dda0997 (patch) | |
tree | e2df4b6eaf81cb72f6fef75f6cf7324b0e671f23 /test/gui/window.c | |
parent | 54dac24c8f7be833124a90bafdca78810fc0d96a (diff) | |
download | morpher-2f3d8ebc9b5e10e56bed5da316f5ef098dda0997.tar.gz |
Updating documentation, cleaning includes, updating report
Diffstat (limited to 'test/gui/window.c')
-rw-r--r-- | test/gui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gui/window.c b/test/gui/window.c index b19300e..3156989 100644 --- a/test/gui/window.c +++ b/test/gui/window.c | |||
@@ -6,7 +6,7 @@ static void test_window() { | |||
6 | window_init(&window, 1000, 512, "Coucou"); | 6 | window_init(&window, 1000, 512, "Coucou"); |
7 | window_create(&window); | 7 | window_create(&window); |
8 | MLV_wait_seconds(150); | 8 | MLV_wait_seconds(150); |
9 | window_free(&window);*/ | 9 | window_destroy(&window);*/ |
10 | } | 10 | } |
11 | 11 | ||
12 | int main() { | 12 | int main() { |