Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b15bd8

Browse files
committed
#10222: fix for overzealous AIX compiler.
1 parent a95e977 commit 2b15bd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/tokenizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C" {
1515
enum decoding_state {
1616
STATE_INIT,
1717
STATE_RAW,
18-
STATE_NORMAL, /* have a codec associated with input */
18+
STATE_NORMAL /* have a codec associated with input */
1919
};
2020

2121
/* Tokenizer state */

0 commit comments

Comments
 (0)