db_dump: (trivial) add missing newline in output

Signed-off-by: Karl Palsson <karlp@etactica.com>
pull/190/head
Karl Palsson 9 years ago
parent b1efd9a868
commit 339842b623

@ -480,7 +480,7 @@ int main(int argc, char *argv[])
break;
default:
fprintf(stderr, "Warning: Unsupported chunk \"%d\" in persistent database file. Ignoring.", chunk);
fprintf(stderr, "Warning: Unsupported chunk \"%d\" in persistent database file. Ignoring.\n", chunk);
fseek(fd, length, SEEK_CUR);
break;
}

Loading…
Cancel
Save