aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorChristopher Li <sparse@chrisli.org>2006-11-22 23:45:53 -0800
committerJosh Triplett <josh@freedesktop.org>2006-11-28 12:26:22 -0800
commite549e6051086abb717c0d1467f0c5ba3ac0dd8d7 (patch)
tree845949e7b59c881ef5b7ad77fc26701ebbf7cc96
parentb16b911d8dbf10405ebbcd8f5b54d21e89475478 (diff)
downloadsparse-dev-e549e6051086abb717c0d1467f0c5ba3ac0dd8d7.tar.gz
trivial fix for seg fault.
Trivial fix for some seg fault. Signed-Off-By: Christopher Li <sparse@chrisli.org>
-rw-r--r--token.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/token.h b/token.h
index 71ef151d..1f6ffb33 100644
--- a/token.h
+++ b/token.h
@@ -94,7 +94,7 @@ enum token_type {
"||", "|=", \
"^=", "##", \
"<<", ">>", "..", \
- "<<=", ">>=", "..." \
+ "<<=", ">>=", "...", \
"", \
"<", ">", "<=", ">=" \
}