aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-remote.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/fluxbox-remote.cc')
-rw-r--r--util/fluxbox-remote.cc1
1 files changed, 1 insertions, 0 deletions
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) {
57 disp = XOpenDisplay(NULL); 57 disp = XOpenDisplay(NULL);
58 if (!disp) { 58 if (!disp) {
59 perror("error, can't open display."); 59 perror("error, can't open display.");
60 rc = EXIT_FAILURE;
60 return rc; 61 return rc;
61 } 62 }
62 63