signals: Fix leak in test
[platform/upstream/glib.git] / tests / assert-msg-test.c
index 1dbe7bc..44f8010 100644 (file)
@@ -1,6 +1,6 @@
 #include <glib.h>
 
-int main()
+int main(int argc, char **argv)
 {
     g_assert(42 < 0);
     return 0;