Fixed missing semi

This commit is contained in:
2020-08-02 11:31:44 +07:00
parent bc93e0313c
commit 1f0e556137

View File

@@ -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);