db_dump: (trivial) add missing newline in output

Signed-off-by: Karl Palsson <karlp@etactica.com>
This commit is contained in:
Karl Palsson 2016-06-21 12:28:50 +00:00
parent b1efd9a868
commit 339842b623

View File

@ -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;
}