From: Wayne Davison Date: Thu, 10 Nov 2005 16:43:44 +0000 (+0000) Subject: Indent the "failure:" label away from column 0. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6 Indent the "failure:" label away from column 0. --- diff --git a/backup.c b/backup.c index 7d288858..84715db8 100644 --- a/backup.c +++ b/backup.c @@ -149,7 +149,7 @@ static int make_bak_dir(char *fullpath) } return 0; -failure: + failure: while (p != end) { *p = '/'; p += strlen(p);