Remove some cppcheck style warnings

This commit is contained in:
R. Bernstein
2009-10-27 21:28:11 -04:00
parent b43dc9cd98
commit 3844f42df8
8 changed files with 9 additions and 16 deletions

View File

@@ -660,10 +660,8 @@ static int do_umount(char * target) {
execlp("pumount", "pumount", target, NULL);
execlp("umount", "umount", target, NULL);
return -1;
break;
case -1:
return -1;
break;
default: /* parent */
wait(&status);
if (WIFEXITED(status) == 0) {