From: BenjaminTrapani Date: Thu, 18 Jan 2018 14:57:02 +0000 (-0500) Subject: Add space after version to fix all unit tests besides sparse tests X-Git-Tag: v3.3.3~20^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=951010a2ec7656fb90afc16194152dd99a0e1f9e;p=thirdparty%2Flibarchive.git Add space after version to fix all unit tests besides sparse tests --- diff --git a/cat/bsdcat.c b/cat/bsdcat.c index 9c91d09cc..bdb9c40b9 100644 --- a/cat/bsdcat.c +++ b/cat/bsdcat.c @@ -61,7 +61,7 @@ usage(FILE *stream, int eval) static void version(void) { - printf("bsdcat %s - %s\n", + printf("bsdcat %s - %s \n", BSDCAT_VERSION_STRING, archive_version_details()); exit(0); diff --git a/cpio/cpio.c b/cpio/cpio.c index e80a0f3bc..4b8ce7929 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -499,7 +499,7 @@ long_help(void) static void version(void) { - fprintf(stdout,"bsdcpio %s - %s\n", + fprintf(stdout,"bsdcpio %s - %s \n", BSDCPIO_VERSION_STRING, archive_version_details()); exit(0);