From ef0f156c47d6e0d5eb155ebf38707445e2c1d453 Mon Sep 17 00:00:00 2001
From: Saleh Ahmed Khan <s.khan20@student.unimelb.edu.au>
Date: Thu, 19 Apr 2018 19:00:46 +1000
Subject: [PATCH] Introduction fixed

---
 server.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/server.c b/server.c
index 2d8c27e..89595a1 100644
--- a/server.c
+++ b/server.c
@@ -1,6 +1,6 @@
 /*
  |**************************************************|
- |*| Computer Systems (COMP20023) 2018 Semester 1 |*|
+ |*| Computer Systems (COMP30023) 2018 Semester 1 |*|
  |*| Assignment 1 - Multithreaded HTTP/1.0 Server |*|
  |**************************************************|
  |**| Student ID: |******|       Name:      |*******|
@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
 	clilen = sizeof(cli_addr);
 
 	/* End of sample code. Most of my own code starts here: */
-	
+
 	char* root = argv[2];
 	while (INFINITE_LOOP) {
 		/* Accept a connection - block until a connection is ready to
-- 
GitLab