aboutsummaryrefslogtreecommitdiffstats
path: root/backup.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-11-10 16:43:44 +0000
committerWayne Davison <wayned@samba.org>2005-11-10 16:43:44 +0000
commitb2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6 (patch)
treeeb417d1946476a0b782d871e463e19ed3638a247 /backup.c
parent2997e9f7695c645ee0ff47168c5ca136c89831fa (diff)
downloadandroid_external_rsync-b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6.tar.gz
android_external_rsync-b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6.tar.bz2
android_external_rsync-b2e6caa01edf3a85f6fb1c1a3f02870ae5a4a8e6.zip
Indent the "failure:" label away from column 0.
Diffstat (limited to 'backup.c')
-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);