aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_size.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_size.c')
-rw-r--r--test/test_size.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_size.c b/test/test_size.c
index 9597a08..1c2f0c6 100644
--- a/test/test_size.c
+++ b/test/test_size.c
@@ -77,7 +77,7 @@ main(int argc, char** argv)
NULL,
puglParseTestOptions(&argc, &argv),
START,
- {0, 0, 0u, 0u}};
+ {0, 0, 0U, 0U}};
// Set up view with size bounds and an aspect ratio
test.view = puglNewView(test.world);