summaryrefslogtreecommitdiff
path: root/apps/plugins/databox/edittoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/databox/edittoken.h')
-rw-r--r--apps/plugins/databox/edittoken.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/databox/edittoken.h b/apps/plugins/databox/edittoken.h
index 77c948b2af..2fcb874995 100644
--- a/apps/plugins/databox/edittoken.h
+++ b/apps/plugins/databox/edittoken.h
@@ -88,7 +88,7 @@
88 88
89struct token { 89struct token {
90 char kind; 90 char kind;
91 char spelling[SPELLING_LENGTH + 1]; 91 char spelling[SPELLING_LENGTH + 3];
92 long intvalue; 92 long intvalue;
93}; 93};
94char *tokentypetostring(int tokentype); 94char *tokentypetostring(int tokentype);