Returning EXIT_FAILURE on exit in fluxbox-remote.

This commit is contained in:
Paul Tagliamonte 2013-06-09 00:33:17 -04:00 committed by Mathias Gumz
parent 118ea25f9d
commit 34656ac622

View file

@ -57,6 +57,7 @@ int main(int argc, char **argv) {
disp = XOpenDisplay(NULL);
if (!disp) {
perror("error, can't open display.");
rc = EXIT_FAILURE;
return rc;
}