init: return 0 at the end of main
This commit is contained in:
parent
8b70635e79
commit
3bf4f854c7
@ -168,5 +168,5 @@ int main()
|
|||||||
|
|
||||||
printf("Success!! Got PID %ld\n", child);
|
printf("Success!! Got PID %ld\n", child);
|
||||||
|
|
||||||
return 1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user