added const flag.
1 files changed, 1 insertions(+), 1 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +1 -1
@@ 212,7 212,7 @@ keypress(XEvent *e) { } void -killclient(Arg *arg) { +killclient(const Arg *arg) { puts("close a window"); }