]> Dogcows Code - chaz/tar/commitdiff
(parse_opt): Remove bogus \n in new atime diagnostic.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Nov 2005 19:41:34 +0000 (19:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Nov 2005 19:41:34 +0000 (19:41 +0000)
src/tar.c

index b0cddaa5d29d28ddd36f5c459fd8aec69886260b..d842b854e7f313921eb167d590dc560202a453ef 100644 (file)
--- 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:
This page took 0.025795 seconds and 4 git commands to generate.