Commit 06da5243 authored by Taddeüs Kroes's avatar Taddeüs Kroes

- Removed comment slashes from wait-statement (oops).

parent 34bffcda
......@@ -173,8 +173,8 @@ main(int argc, char * argv[])
}
else
{
//if( c == 'P' )
// wait(NULL);
if( c == 'P' )
wait(NULL);
pid_t child_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment