Fixed missing semi
This commit is contained in:
parent
bc93e0313c
commit
1f0e556137
@ -17,7 +17,7 @@ struct student_tag {
|
|||||||
struct person_tag student_info;
|
struct person_tag student_info;
|
||||||
struct course_tag course_info;
|
struct course_tag course_info;
|
||||||
struct student_tag *next;
|
struct student_tag *next;
|
||||||
}
|
};
|
||||||
|
|
||||||
void display_students(void);
|
void display_students(void);
|
||||||
void search_student(void);
|
void search_student(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user