summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-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 2fcb874..c1a3335 100644
--- a/apps/plugins/databox/edittoken.h
+++ b/apps/plugins/databox/edittoken.h
@@ -87,7 +87,7 @@
#define SPELLING_LENGTH 100
struct token {
- char kind;
+ signed char kind;
char spelling[SPELLING_LENGTH + 3];
long intvalue;
};