aboutsummaryrefslogtreecommitdiffstats
path: root/P3/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'P3/server.c')
-rw-r--r--P3/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/P3/server.c b/P3/server.c
index 6659e38..b28a772 100644
--- a/P3/server.c
+++ b/P3/server.c
@@ -460,7 +460,7 @@ int main(int argc, char **argv) {
return -2;
}
// Create instance of logfil
- FILE *logfile = fopen("webserver_log", "w");
+ FILE *logfile = fopen("webserver_log", "w")
fclose(logfile);
// Change the current working directory to server root directory