From ef13e9be81e52c845314a49b2ac77690b8a35429 Mon Sep 17 00:00:00 2001 From: "Enno Boland (tox)" Date: Mon, 7 Sep 2009 22:22:39 +0200 Subject: added const flag. --- tabbed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tabbed.c') diff --git a/tabbed.c b/tabbed.c index 50be054..ac543b1 100644 --- a/tabbed.c +++ b/tabbed.c @@ -212,7 +212,7 @@ keypress(XEvent *e) { } void -killclient(Arg *arg) { +killclient(const Arg *arg) { puts("close a window"); } -- cgit v1.2.3