From ea1cfb5c2a8f67d2b910ecd4d604d2d9415d604c Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 27 Oct 2020 14:29:19 -0500 Subject: Change comma placement --- P2/lib/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'P2') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 8963d16..195f0ae 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -88,7 +88,7 @@ void shuffle(int nMappers, int nReducers) { for (int i = 1; i <= nMappers; i++) { //Extra for loop traversing directory - message.msgType = hashFunction(/* SOMETHING */, nReducers); + message.msgType = hashFunction(/* SOMETHING ,*/ nReducers); msgsnd(id, &message, chunkSize, 0); } -- cgit v1.2.3