commit ef13e9be81e52c845314a49b2ac77690b8a35429 parent c45074e1c58dffc9a0f9920983923d6cd7d01b8b Author: Enno Boland (tox) <tox@s01.de> Date: Mon, 7 Sep 2009 22:22:39 +0200 added const flag. Diffstat:
tabbed.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"); }