Skip to content
Snippets Groups Projects
Commit 50389fc2 authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

Make `struct Courses` sightly more consistent with rest of the file

parent 1108daeb
Branches
Tags
No related merge requests found
...@@ -32,8 +32,8 @@ enum resource_type { ...@@ -32,8 +32,8 @@ enum resource_type {
}; };
struct Courses { struct Courses {
struct Course *courses;
size_t course_count; size_t course_count;
struct Course *courses;
}; };
struct Course { struct Course {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment