white space burn my eyes

This commit is contained in:
Michael Bouchaud 2015-09-24 03:49:01 +00:00
parent 866fdf557a
commit 22c099eab6
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@ main (int argc __UNUSED__, char **argv __UNUSED__)
kill_wait();
}
}
if (WIFEXITED(status) && WEXITSTATUS(status))
setenv("ENTRANCE_QUIT", "1", 1);
execlp(PACKAGE_SBIN_DIR"/entrance", PACKAGE_SBIN_DIR"/entrance", "--nodaemon", NULL);
return -1;
}