Skip to content
Snippets Groups Projects
Commit 06da5243 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

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

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