From 73c74c33e6455861256715c17216ac6622fc97e2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Mar 2002 08:49:28 +0000 Subject: [PATCH] use only one space after semicolon --- src/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3