Commit 48b29bd4 by Tobias Langer

Fixed declaration of main function.

parent 83d6381a
......@@ -2,7 +2,7 @@
#define UNUSED(x) ((void)(x))
int main(int argc, char argv[])
int main(int argc, char* argv[])
{
UNUSED(argc);
UNUSED(argv);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment