Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95e977 commit 2b15bd8Copy full SHA for 2b15bd8
1 file changed
Parser/tokenizer.h
@@ -15,7 +15,7 @@ extern "C" {
15
enum decoding_state {
16
STATE_INIT,
17
STATE_RAW,
18
- STATE_NORMAL, /* have a codec associated with input */
+ STATE_NORMAL /* have a codec associated with input */
19
};
20
21
/* Tokenizer state */
0 commit comments