aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--backup.c2
1 files changed, 1 insertions, 1 deletions
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);