Skip to content

Commit

Permalink
修正函数名错误
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed May 4, 2021
1 parent a685b2e commit 9cba72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ void kill_thread(THREADTIMER* timer) {
puts("Free data.");
}
if(timer->is_open) {
close_file(timer->fp);
close_dict(timer->fp);
timer->is_open = 0;
puts("Close file.");
}
Expand Down

0 comments on commit 9cba72e

Please sign in to comment.