diff options
author | Matt Strapp <strap012@umn.edu> | 2020-10-03 17:09:38 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-10-03 17:09:38 -0500 |
commit | be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd (patch) | |
tree | e78859657f4059eebd8a9c8de528a612451bba3f /P1 | |
parent | Fix mistakes by making more (diff) | |
download | csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar.gz csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar.bz2 csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar.lz csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar.xz csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.tar.zst csci4061-be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd.zip |
fix a formatting
Diffstat (limited to 'P1')
-rw-r--r-- | P1/src/mapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/P1/src/mapper.c b/P1/src/mapper.c index 98c8ff7..f9eec52 100644 --- a/P1/src/mapper.c +++ b/P1/src/mapper.c @@ -81,6 +81,7 @@ void emit(char *key, char *value) { //Go through intermediateDS, comparing key in list to *key. //If it exists, somehow add to the value list another "1" to the existing list. //If it never does (use string compare thing), add it to the end along with the "1". + /* THIS IS NOT CURRENTLY IMPLEMENTED PROPERLY BUT SHOULD BE ABOUT RIGHT CONCEPTUALLY. intermediateDS *tempNode = NULL; |