comparison test/testatomic.c @ 3299:975fd903466b

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.
author Bob Pendleton <bob@pendleton.com>
date Wed, 23 Sep 2009 02:52:11 +0000
parents 72b542f34739
children bb9c3d04f126
comparison
equal deleted inserted replaced
3298:94f22808d19e 3299:975fd903466b
18 18
19 return f; 19 return f;
20 } 20 }
21 21
22 int 22 int
23 main(int argc, char **argv) 23 main(int argc, char *argv[])
24 { 24 {
25 25
26 volatile Uint32 val32 = 0; 26 volatile Uint32 val32 = 0;
27 Uint32 ret32 = 0; 27 Uint32 ret32 = 0;
28 28