one last 1 -> EXIT_FAILURE
This commit is contained in:
parent
84cb3083b2
commit
fc3adf68b7
|
@ -952,7 +952,7 @@ int main(int argc, char **argv) {
|
||||||
vte_terminal_watch_child(vte, ppid);
|
vte_terminal_watch_child(vte, ppid);
|
||||||
} else {
|
} else {
|
||||||
g_printerr("The new terminal's command failed to run: %s\n", error->message);
|
g_printerr("The new terminal's command failed to run: %s\n", error->message);
|
||||||
return 1;
|
return EXIT_FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
g_strfreev(env);
|
g_strfreev(env);
|
||||||
|
|
Loading…
Reference in New Issue