Commit b2e6caa0 authored by Wayne Davison's avatar Wayne Davison

Indent the "failure:" label away from column 0.

parent 2997e9f7
......@@ -149,7 +149,7 @@ static int make_bak_dir(char *fullpath)
}
return 0;
failure:
failure:
while (p != end) {
*p = '/';
p += strlen(p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment