This commit is contained in:
3eef8a28f26fb2bcc514e6f1938929a1f931762 2023-02-10 20:48:05 -05:00
parent cc90efffbc
commit dbf44c57be
1 changed files with 1 additions and 1 deletions

View File

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