From f8f4f49011c0413705109a58c68013a1bdde3d9c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 29 Nov 2005 19:41:34 +0000 Subject: [PATCH] (parse_opt): Remove bogus \n in new atime diagnostic. --- src/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tar.c b/src/tar.c index b0cddaa..d842b85 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: -- 2.45.2