Archived
1
0
Fork 0

dlhist.c: Fix typo in dlhist_flush()

This commit is contained in:
Henrik Hautakoski 2012-07-31 11:58:12 +02:00
parent deef8a6c1a
commit 4a8fcb6062

View file

@ -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() {