#10222: fix for overzealous AIX compiler.

This commit is contained in:
Georg Brandl 2010-10-29 04:54:13 +00:00
parent a95e977e41
commit 2b15bd810d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */