diff options
author | Matt Strapp <strap012@umn.edu> | 2020-11-13 18:57:45 -0600 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2020-11-13 18:57:45 -0600 |
commit | 4579782634f1cbc6e106d4b0f8d9b11bdc18490a (patch) | |
tree | f516c6996a1e129b69b97b7b98d97c11d7793be6 | |
parent | Extract testing file (diff) | |
download | csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar.gz csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar.bz2 csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar.lz csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar.xz csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.tar.zst csci4061-4579782634f1cbc6e106d4b0f8d9b11bdc18490a.zip |
Add a tab
-rw-r--r-- | P3/server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/server.c b/P3/server.c index eab6e94..868e0fe 100644 --- a/P3/server.c +++ b/P3/server.c @@ -131,7 +131,7 @@ int main(int argc, char **argv) { } // Get the input args - + // Perform error checks on the input arguments // Change SIGINT action for grace termination |