summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sxwm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sxwm.c b/src/sxwm.c
index 8e8e045..843b133 100644
--- a/src/sxwm.c
+++ b/src/sxwm.c
@@ -1678,10 +1678,10 @@ void other_wm(void)
int other_wm_err(Display *d, XErrorEvent *ee)
{
- (void)d;
- (void)ee;
errx(1, "can't start because another window manager is already running");
return 0;
+ (void)d;
+ (void)ee;
}
long parse_col(const char *hex)