Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Nov 12, 2019
1 parent 8ccf98e commit b89cbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pset5/sh61.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pid_t command::make_child(pid_t pgid) {
// Your code here!

fprintf(stderr, "command::make_child not done yet\n");
return pid;
return this->pid;
}


Expand Down

0 comments on commit b89cbfa

Please sign in to comment.