fix compile error with gcc-3.4.1; patch courtesy of Klaus Fetscher
This commit is contained in:
@@ -329,6 +329,7 @@ int exec_command( char * command )
|
|||||||
return -1;
|
return -1;
|
||||||
default:
|
default:
|
||||||
/* We're the parent */
|
/* We're the parent */
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user