faster dmenu_run -f

This commit is contained in:
Connor Lane Smith
2011-11-19 21:24:07 +01:00
parent 8ac44eb75a
commit a02a1a6623
2 changed files with 11 additions and 8 deletions

View File

@ -117,7 +117,7 @@ main(int argc, char *argv[]) {
setup();
run();
return EXIT_FAILURE; /* unreachable */
return 1; /* unreachable */
}
void