fix compile error with gcc-3.4.1; patch courtesy of Klaus Fetscher

This commit is contained in:
reenoo
2004-07-16 20:12:28 +00:00
parent bd50a57af1
commit 90f3da6cd4
+1
View File
@@ -329,6 +329,7 @@ int exec_command( char * command )
return -1;
default:
/* We're the parent */
break;
}
return 0;
}