1
0
mirror of https://github.com/dylanaraps/sowm.git synced 2025-07-28 10:41:57 -07:00

sowm: Fix compiler warning

This commit is contained in:
Dylan Araps
2020-02-20 18:37:19 +02:00
parent b5087acaac
commit 0df345e1da

3
sowm.h

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