diff options
-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 |