diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-06 08:14:55 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-06 08:14:55 -0500 |
commit | f64f7c13947ea5f7ecd7334fe1ceb91c88427e55 (patch) | |
tree | af4fa5fa6629704a78d7f9e4d67b44d729c7738b | |
parent | Get rid of old debugging statement (diff) | |
download | csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar.gz csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar.bz2 csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar.lz csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar.xz csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.tar.zst csci4061-f64f7c13947ea5f7ecd7334fe1ceb91c88427e55.zip |
Add curly brace removed
-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 |