diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-03 09:29:23 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-03 09:29:23 -0600 |
commit | e7917e122c2e6cf03960267f4681433126756e06 (patch) | |
tree | 85bf6edfbce781f905bdfa44cb8844990db0ac24 /P2 | |
parent | add comment (diff) | |
download | csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar.gz csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar.bz2 csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar.lz csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar.xz csci4061-e7917e122c2e6cf03960267f4681433126756e06.tar.zst csci4061-e7917e122c2e6cf03960267f4681433126756e06.zip |
get rid of {}
Diffstat (limited to 'P2')
-rw-r--r-- | P2/lib/utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |