fix comment for fallback exit path

This commit is contained in:
Daniel Micay 2013-01-01 16:38:32 -05:00
parent 9c20a943fb
commit 7ea11041ac
1 changed files with 1 additions and 1 deletions

View File

@ -1328,7 +1328,7 @@ int main(int argc, char **argv) {
g_strfreev(env);
gtk_main();
return EXIT_FAILURE; // child process did not exit
return EXIT_FAILURE; // child process did not cause termination
}
// vim: et:sts=4:sw=4:cino=(0