From be0086b3de98f0a4fe9bdf123dd02e07e8f90bbd Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sat, 3 Oct 2020 17:09:38 -0500 Subject: fix a formatting --- P1/src/mapper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'P1/src') 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; -- cgit v1.2.3