From b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 10 Nov 2005 16:43:44 +0000 Subject: [PATCH] Indent the "failure:" label away from column 0. --- backup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1