From: Tim Kientzle Date: Mon, 15 Feb 2010 03:28:19 +0000 (-0500) Subject: Add a missing newline. X-Git-Tag: v3.0.0a~1262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=645ac60dd76239dbf55b00ac9a8c380806400352;p=thirdparty%2Flibarchive.git Add a missing newline. SVN-Revision: 1898 --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index ddb75b1ab..4aca9e046 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -426,7 +426,7 @@ static void strdump(const char *e, const char *p) logprintf(" %s = ", e); if (p == NULL) { - logprintf("NULL"); + logprintf("NULL\n"); return; } logprintf("\"");