Commit 7f4717c2 by Serge Hallyn

conf.c: remove a break

commit ab81cef0 meant to remove the added break, but apparently i had not done 'git add' before commit --amend. Remove the added break. Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent dd66e5ad
...@@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void) ...@@ -1071,7 +1071,6 @@ int detect_shared_rootfs(void)
fclose(f); fclose(f);
return 1; return 1;
} }
break;
} }
} }
fclose(f); fclose(f);
......
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