From e7917e122c2e6cf03960267f4681433126756e06 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 3 Nov 2020 09:29:23 -0600 Subject: get rid of {} --- P2/lib/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'P2/lib') diff --git a/P2/lib/utils.c b/P2/lib/utils.c index 1d10218..4906d61 100644 --- a/P2/lib/utils.c +++ b/P2/lib/utils.c @@ -25,9 +25,7 @@ char *getChunkData(int mapperID) { // printf("\n%s\n", message.msgText); // printf("%d\n", strncmp("END", message.msgText, 3)); if (strncmp("END", message.msgText, 3) == 0) - { return NULL; - } char* value = message.msgText; // printf("%s\n", message.msgText); // printf("%s\n", value); -- cgit v1.2.3