mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 13:03:02 +02:00
bin: copy: add newline to same-same error message
Signed-off-by: Richard Alpe <richard@bit42.se>
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ static int copy(const char *src, const char *dst, const char *remote_user)
|
||||
goto err;
|
||||
|
||||
if (!strcmp(src, dst)) {
|
||||
fprintf(stderr, ERRMSG "source and destination are the same, aborting.");
|
||||
fprintf(stderr, ERRMSG "source and destination are the same, aborting.\n");
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user