From: Paul Eggert Date: Tue, 29 Nov 2005 19:41:34 +0000 (+0000) Subject: (parse_opt): Remove bogus \n in new atime diagnostic. X-Git-Tag: alpha_1_15_90~94 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f8f4f49011c0413705109a58c68013a1bdde3d9c;p=debian%2Ftar (parse_opt): Remove bogus \n in new atime diagnostic. --- diff --git a/src/tar.c b/src/tar.c index b0cddaa5..d842b854 100644 --- a/src/tar.c +++ b/src/tar.c @@ -1140,7 +1140,7 @@ parse_opt (int key, char *arg, struct argp_state *state) if (! O_NOATIME && atime_preserve_option == system_atime_preserve) FATAL_ERROR ((0, 0, _("--atime-preserve='system' is not supported" - " on this platform\n"))); + " on this platform"))); break; case CHECKPOINT_OPTION: