diff options
author | Enno Boland (tox) <tox@s01.de> | 2009-09-07 22:22:39 +0200 |
---|---|---|
committer | Enno Boland (tox) <tox@s01.de> | 2009-09-07 22:22:39 +0200 |
commit | ef13e9be81e52c845314a49b2ac77690b8a35429 (patch) | |
tree | f1f1fb1548e16cf89daf47ff577a29c6ba0c7e90 | |
parent | c45074e1c58dffc9a0f9920983923d6cd7d01b8b (diff) |
added const flag.
-rw-r--r-- | tabbed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -212,7 +212,7 @@ keypress(XEvent *e) { } void -killclient(Arg *arg) { +killclient(const Arg *arg) { puts("close a window"); } |