summaryrefslogtreecommitdiff
path: root/wq.h
diff options
context:
space:
mode:
Diffstat (limited to 'wq.h')
-rw-r--r--wq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wq.h b/wq.h
index f541b7c..58c062e 100644
--- a/wq.h
+++ b/wq.h
@@ -135,7 +135,7 @@ extern struct wq {
extern struct modtab {
- char *name;
+ const char *name;
int length;
int value;
} modifier_table[];