summaryrefslogtreecommitdiff
path: root/manual tests/4 standalone binaries/myapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'manual tests/4 standalone binaries/myapp.cpp')
-rw-r--r--manual tests/4 standalone binaries/myapp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual tests/4 standalone binaries/myapp.cpp b/manual tests/4 standalone binaries/myapp.cpp
index c57fd04af..5acde4639 100644
--- a/manual tests/4 standalone binaries/myapp.cpp
+++ b/manual tests/4 standalone binaries/myapp.cpp
@@ -3,7 +3,7 @@
#include<iostream>
#include<string>
-int main(int argc, char **argv) {
+int main(int argc, char *argv[]) {
SDL_Surface *screenSurface;
SDL_Event e;
int keepGoing = 1;