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