From 645ac60dd76239dbf55b00ac9a8c380806400352 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sun, 14 Feb 2010 22:28:19 -0500 Subject: [PATCH] Add a missing newline. SVN-Revision: 1898 --- libarchive/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("\""); -- 2.47.3