Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed missing return warning in test program source.
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
test/testjoystick.c
|
@@ -287,6 +287,7 @@ main(int argc, char *argv[]) |
|
|
} |
|
|
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK); |
|
|
|
|
|
return 0; |
|
|
} |
|
|
|
|
|
#else |
|
|