From 2f3d8ebc9b5e10e56bed5da316f5ef098dda0997 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Wed, 3 Jan 2018 19:40:51 +0100 Subject: Updating documentation, cleaning includes, updating report --- test/gui/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/gui/window.c') 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() { window_init(&window, 1000, 512, "Coucou"); window_create(&window); MLV_wait_seconds(150); - window_free(&window);*/ + window_destroy(&window);*/ } int main() { -- cgit v1.2.3