Skip to content

Commit

Permalink
Fixed missing return warning in test program source.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Dec 24, 2013
1 parent 2521e49 commit 18125f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testjoystick.c
Expand Up @@ -287,6 +287,7 @@ main(int argc, char *argv[])
} }
SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK); SDL_QuitSubSystem(SDL_INIT_VIDEO | SDL_INIT_JOYSTICK);


return 0;
} }


#else #else
Expand Down

0 comments on commit 18125f7

Please sign in to comment.