aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-25 07:21:55 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-25 07:21:55 (GMT)
commit6717a1c805529ea6e1b1c19a591f876c9c8803db (patch)
tree97bb3193601d67f6137723410753b497e429fdf5 /src/fluxbox.cc
parent65df54d635e8ad2029efea1c3c00eccfffe8532d (diff)
downloadfluxbox-6717a1c805529ea6e1b1c19a591f876c9c8803db.zip
fluxbox-6717a1c805529ea6e1b1c19a591f876c9c8803db.tar.bz2
cosmetics
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index d45a45e..b20a4d9 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -324,7 +324,7 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile
324 cerr << _FB_CONSOLETEXT(main, ScreenRequiresArg, 324 cerr << _FB_CONSOLETEXT(main, ScreenRequiresArg,
325 "error, -screen requires argument", 325 "error, -screen requires argument",
326 "the -screen option requires a file argument") << endl; 326 "the -screen option requires a file argument") << endl;
327 exit(1); 327 exit(EXIT_FAILURE);
328 } 328 }
329 329
330 // "all" is default 330 // "all" is default