dlhist.c: Fix typo in dlhist_flush()
This commit is contained in:
parent
deef8a6c1a
commit
4a8fcb6062
1 changed files with 1 additions and 1 deletions
2
dlhist.c
2
dlhist.c
|
|
@ -433,7 +433,7 @@ void dlhist_flush() {
|
|||
commit_lock(&lock);
|
||||
return;
|
||||
error:
|
||||
error("dlhist_close: partial write\n");
|
||||
error("dlhist_flush: partial write\n");
|
||||
}
|
||||
|
||||
void dlhist_close() {
|
||||
|
|
|
|||
Reference in a new issue