mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
sowm: Fix compiler warning
This commit is contained in:
parent
b5087acaac
commit
0df345e1da
3
sowm.h
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; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user