init: return 0 at the end of main

This commit is contained in:
apio 2022-10-17 17:19:31 +02:00
parent 8b70635e79
commit 3bf4f854c7

View File

@ -168,5 +168,5 @@ int main()
printf("Success!! Got PID %ld\n", child); printf("Success!! Got PID %ld\n", child);
return 1; return 0;
} }