1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-23 12:40:25 +08:00

修正函数名错误

This commit is contained in:
fumiama
2021-05-04 17:20:41 +08:00
parent a685b2e707
commit 9cba72e520

View File

@@ -348,7 +348,7 @@ void kill_thread(THREADTIMER* timer) {
puts("Free data."); puts("Free data.");
} }
if(timer->is_open) { if(timer->is_open) {
close_file(timer->fp); close_dict(timer->fp);
timer->is_open = 0; timer->is_open = 0;
puts("Close file."); puts("Close file.");
} }