From: Jim Meyering Date: Tue, 19 Mar 2002 08:49:28 +0000 (+0000) Subject: use only one space after semicolon X-Git-Tag: FILEUTILS-4_1_8~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73c74c33e6455861256715c17216ac6622fc97e2;p=thirdparty%2Fcoreutils.git use only one space after semicolon --- diff --git a/src/copy.c b/src/copy.c index f9ad0a3889..f37fe62f69 100644 --- a/src/copy.c +++ b/src/copy.c @@ -1219,7 +1219,7 @@ copy_internal (const char *src_path, const char *dst_path, { /* Use the value of errno from the failed rename. */ error (0, errno, - _("inter-device move failed: %s to %s; unable to remove target"), + _("inter-device move failed: %s to %s; unable to remove target"), quote_n (0, src_path), quote_n (1, dst_path)); return 1; }