summaryrefslogtreecommitdiff
path: root/test/testatomic.c
diff options
context:
space:
mode:
authorBob Pendleton <bob@pendleton.com>2009-09-23 02:52:11 +0000
committerBob Pendleton <bob@pendleton.com>2009-09-23 02:52:11 +0000
commit9869516c5f36b9443558811f32036ec8ad06ad7f (patch)
treea33f328ab413c03e51b419a5036d40a010b09076 /test/testatomic.c
parent61bc78082ebdebcc32833aa7fa9f14c65b5a3ffc (diff)
downloadsdl-9869516c5f36b9443558811f32036ec8ad06ad7f.tar.gz
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.
Diffstat (limited to 'test/testatomic.c')
-rw-r--r--test/testatomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index dc97b7e3c..a594b105c 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -20,7 +20,7 @@ tf(SDL_bool tf)
}
int
-main(int argc, char **argv)
+main(int argc, char *argv[])
{
volatile Uint32 val32 = 0;