sowm: Fix compiler warning

This commit is contained in:
Dylan Araps 2020-02-20 18:37:19 +02:00
parent b5087acaac
commit 0df345e1da
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 2 additions and 1 deletions

3
sowm.h
View File

@ -53,4 +53,5 @@ void win_prev(const Arg arg);
void win_next(const Arg arg);
void win_to_ws(const Arg arg);
void ws_go(const Arg arg);
int xerror() { return 0; }
static int xerror() { return 0; }