summaryrefslogtreecommitdiffstats
path: root/Tests/FindGTK2/gthread
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTK2/gthread')
-rw-r--r--Tests/FindGTK2/gthread/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/FindGTK2/gthread/main.c b/Tests/FindGTK2/gthread/main.c
index ce68cbd..9606401 100644
--- a/Tests/FindGTK2/gthread/main.c
+++ b/Tests/FindGTK2/gthread/main.c
@@ -1,7 +1,7 @@
#include <glib.h>
-int main(int argc, char *argv[])
+int main(int argc, char* argv[])
{
- g_thread_init(NULL);
- return 0;
+ g_thread_init(NULL);
+ return 0;
}