int function should return

This commit is contained in:
Koichiro IWAO 2017-05-17 17:14:06 +09:00 committed by metalefty
parent 5a7208a15b
commit 5def0596e0

View File

@ -657,4 +657,6 @@ main(int argc, char **argv)
{ {
g_exit(1); g_exit(1);
} }
return 0;
} }