diff --git a/a3/program.c b/a3/program.c index a4ad881..29cb503 100644 --- a/a3/program.c +++ b/a3/program.c @@ -3,8 +3,8 @@ #include #include -#define BUFFER_SIZE 64; -#define STUDENT_SIZE 32; +#define BUFFER_SIZE 64 +#define STUDENT_SIZE 32 struct studentApplication {