diff options
Diffstat (limited to 'token.c')
-rw-r--r-- | token.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,7 +143,7 @@ static void tokendesc(char *buf, size_t len, enum tokenkind kind, const char *lit) { const char *class; - bool quote; + bool quote = true; switch (kind) { case TEOF: class = "EOF"; break; |