Commit 2b15bd81 authored by Georg Brandl's avatar Georg Brandl

#10222: fix for overzealous AIX compiler.

parent a95e977e
......@@ -15,7 +15,7 @@ extern "C" {
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment