summaryrefslogtreecommitdiff
path: root/Tests/FindGTK2/gmodule/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGTK2/gmodule/main.c')
-rw-r--r--Tests/FindGTK2/gmodule/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Tests/FindGTK2/gmodule/main.c b/Tests/FindGTK2/gmodule/main.c
index 5c85a6f987..1ac5c1d69b 100644
--- a/Tests/FindGTK2/gmodule/main.c
+++ b/Tests/FindGTK2/gmodule/main.c
@@ -1,7 +1,7 @@
#include <gmodule.h>
-int main(int argc, char *argv[])
+int main(int argc, char* argv[])
{
- gboolean b = g_module_supported();
- return 0;
+ gboolean b = g_module_supported();
+ return 0;
}