one last 1 -> EXIT_FAILURE

This commit is contained in:
Daniel Micay 2012-08-26 20:29:32 -04:00
parent 84cb3083b2
commit fc3adf68b7
1 changed files with 1 additions and 1 deletions

View File

@ -952,7 +952,7 @@ int main(int argc, char **argv) {
vte_terminal_watch_child(vte, ppid);
} else {
g_printerr("The new terminal's command failed to run: %s\n", error->message);
return 1;
return EXIT_FAILURE;
}
g_strfreev(env);