aboutsummaryrefslogtreecommitdiff
path: root/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'token.c')
-rw-r--r--token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.c b/token.c
index 0fe306f..ae31ac4 100644
--- a/token.c
+++ b/token.c
@@ -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;