fix: Add missing comma for const strings

This commit is contained in:
Yang Hau 2022-09-28 08:33:44 +08:00 committed by Beat Küng
parent 99ef597719
commit e2f3157ecb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ const char *parser_state[] = {
"5_GOT_STRENGTH_L",
"6_GOT_STRENGTH_H",
"7_GOT_PRESERVED",
"8_GOT_QUALITY"
"8_GOT_QUALITY",
"9_GOT_CHECKSUM"
};
#endif