BD/DVD render setup upgrades
[goodguy/history.git] / cinelerra-5.1 / guicast / bootstrap.c
index c70dd0b650a7ba9397971ff46a5cac9f3d6479ce..3757d9e8e404cd07d6e83a3960149d4c8259cb6f 100644 (file)
@@ -196,6 +196,7 @@ int main(int argc, char *argv[])
 // Run system command on it
        sprintf(system_command, "%s %s %s", BOOTSTRAP, temp_path, out_path);
        int temp = system(system_command);
+       return 0;
 }