# HG changeset patch # User Bob Pendleton # Date 1253674331 0 # Node ID 975fd903466b5d88fe2c3dc6ed85068eb6e4d10a # Parent 94f22808d19ed28bec8554837ab7d122052ba648 int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h Cleaned up testatomic.c to use the same syntax as every other test program. diff -r 94f22808d19e -r 975fd903466b test/testatomic.c --- a/test/testatomic.c Tue Sep 22 02:20:56 2009 +0000 +++ b/test/testatomic.c Wed Sep 23 02:52:11 2009 +0000 @@ -20,7 +20,7 @@ } int -main(int argc, char **argv) +main(int argc, char *argv[]) { volatile Uint32 val32 = 0; diff -r 94f22808d19e -r 975fd903466b test/testmmousetablet.c --- a/test/testmmousetablet.c Tue Sep 22 02:20:56 2009 +0000 +++ b/test/testmmousetablet.c Wed Sep 23 02:52:11 2009 +0000 @@ -5,7 +5,7 @@ int quit = 0; int -main() +main(int argc, char *argv[]) { SDL_Event event; int mice;