This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 20:48:05 -05:00
parent cc90efffbc
commit dbf44c57be

View file

@ -130,7 +130,7 @@ int main(const int argc,
outWriter->write(courses_list,&courses_list_file); outWriter->write(courses_list,&courses_list_file);
searchable_catalog_file.close(); searchable_catalog_file.close();
courses_list.close(); courses_list_file.close();
} }
std::unordered_set<std::string> get_all_courses(const quatalog_data_t& qlog) { std::unordered_set<std::string> get_all_courses(const quatalog_data_t& qlog) {