diff options
Diffstat (limited to 'test/pugl_cairo_test.c')
-rw-r--r-- | test/pugl_cairo_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pugl_cairo_test.c b/test/pugl_cairo_test.c index 8e44bb2..4cabec9 100644 --- a/test/pugl_cairo_test.c +++ b/test/pugl_cairo_test.c @@ -29,8 +29,8 @@ #include <stdbool.h> #include <stdio.h> -static PuglWorld* world = NULL; -PuglTestOptions opts = {0}; +static PuglWorld* world = NULL; +static PuglTestOptions opts = {0}; static int quit = 0; static bool entered = false; |