diff --git a/work1/single.c b/work1/single.c index f71328e..81bb674 100644 --- a/work1/single.c +++ b/work1/single.c @@ -17,7 +17,7 @@ struct student_tag { struct person_tag student_info; struct course_tag course_info; struct student_tag *next; -} +}; void display_students(void); void search_student(void);