#10222: fix for overzealous AIX compiler.
diff --git a/Parser/tokenizer.h b/Parser/tokenizer.h
index 424567d..2be3bf2 100644
--- a/Parser/tokenizer.h
+++ b/Parser/tokenizer.h
@@ -15,7 +15,7 @@
 enum decoding_state {
     STATE_INIT,
     STATE_RAW,
-    STATE_NORMAL, /* have a codec associated with input */
+    STATE_NORMAL        /* have a codec associated with input */
 };
 
 /* Tokenizer state */