diff --git a/util/fluxbox-remote.cc b/util/fluxbox-remote.cc index 340ac5b5..0fcd118e 100644 --- a/util/fluxbox-remote.cc +++ b/util/fluxbox-remote.cc @@ -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; }