aboutsummaryrefslogtreecommitdiffstats
path: root/P1
diff options
context:
space:
mode:
authorMatt Strapp <strap012@umn.edu>2020-10-06 08:14:55 -0500
committerMatt Strapp <strap012@umn.edu>2020-10-06 08:14:55 -0500
commitf64f7c13947ea5f7ecd7334fe1ceb91c88427e55 (patch)
treeaf4fa5fa6629704a78d7f9e4d67b44d729c7738b /P1
parentGet rid of old debugging statement (diff)
downloadcsci4061-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
Diffstat (limited to 'P1')
-rw-r--r--P1/src/mapreduce.c1
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