diff options
-rw-r--r-- | P1/src/mapreduce.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P1/src/mapreduce.c b/P1/src/mapreduce.c index 0c1510e..4da8c65 100644 --- a/P1/src/mapreduce.c +++ b/P1/src/mapreduce.c @@ -54,6 +54,7 @@ int main(int argc, char *argv[]) { printf("Wait failed!\n"); return 5; } + } // ###### DO NOT REMOVE ###### // shuffle sends the word.txt files generated by mapper |