From 34656ac6226af7866590fb02d75dbb87de2d5496 Mon Sep 17 00:00:00 2001 From: Paul Tagliamonte Date: Sun, 9 Jun 2013 00:33:17 -0400 Subject: Returning EXIT_FAILURE on exit in fluxbox-remote. --- util/fluxbox-remote.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/fluxbox-remote.cc b/util/fluxbox-remote.cc index 340ac5b..0fcd118 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; } -- cgit v0.11.2