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

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

parent c19076a3
Branches
Tags
No related merge requests found
......@@ -219,7 +219,7 @@ moodle_parse_course_list (const gchar *html, gsize html_size, const gchar *filen
myhtml_collection_destroy (hrefs);
myhtml_tree_destroy (tree);
struct Courses courses_struct = {courses, count};
struct Courses courses_struct = {count, courses};
return courses_struct;
}
......
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