Add missing return from main
[khatus.git] / x5 / khatus.c
index 4acb956..e30679e 100644 (file)
@@ -366,4 +366,6 @@ main(int argc, char *argv[])
                        fflush(stdout);
                }
        }
+
+       return EXIT_SUCCESS;
 }
This page took 0.023832 seconds and 4 git commands to generate.