added const flag. - ttabbed - Simple tabbing application for X11.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ef13e9be81e52c845314a49b2ac77690b8a35429
(DIR) parent c45074e1c58dffc9a0f9920983923d6cd7d01b8b
(HTM) 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(-)
---
(DIR) 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");
}