diff options
-rw-r--r-- | test/test_show_hide.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test_show_hide.c b/test/test_show_hide.c index d18ced1..4877388 100644 --- a/test/test_show_hide.c +++ b/test/test_show_hide.c @@ -107,9 +107,9 @@ int main(int argc, char** argv) { PuglTest test = {puglParseTestOptions(&argc, &argv), - puglNewWorld(), - NULL, - START}; + puglNewWorld(), + NULL, + START}; // Set up view test.view = puglNewView(test.world); |