diff options
Diffstat (limited to 'test/testintersections.c')
-rw-r--r-- | test/testintersections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testintersections.c b/test/testintersections.c index e892f8d87d..c93f04ed9a 100644 --- a/test/testintersections.c +++ b/test/testintersections.c @@ -19,7 +19,7 @@ #include "SDL_test_common.h" #define SWAP(typ,a,b) do{typ t=a;a=b;b=t;}while(0) -#define NUM_OBJECTS 100 +#define NUM_OBJECTS 100 static SDLTest_CommonState *state; static int num_objects; |