Commit bb12a7ff8df1582a2cb0583bc463a84f5a736219
1 parent
b8fd18ae
Tweak comment in QPDFParser refactor
Showing
2 changed files
with
6 additions
and
1 deletions
ChangeLog
libqpdf/qpdf/QPDFParser.hh
| ... | ... | @@ -32,7 +32,7 @@ class QPDFParser |
| 32 | 32 | |
| 33 | 33 | private: |
| 34 | 34 | // Parser state. Note: |
| 35 | - // state < st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value) | |
| 35 | + // state <= st_dictionary_value == (state = st_dictionary_key || state = st_dictionary_value) | |
| 36 | 36 | enum parser_state_e { st_dictionary_key, st_dictionary_value, st_array }; |
| 37 | 37 | |
| 38 | 38 | struct StackFrame | ... | ... |