cmdline (merge-intel): fix compilation with icc
[libcmdline.git] / src / lib / cmdline_vt100.h
index 14ca5f8..612d12b 100644 (file)
@@ -115,7 +115,7 @@ extern const char *cmdline_vt100_commands[];
 enum cmdline_vt100_parser_state {
        CMDLINE_VT100_INIT,
        CMDLINE_VT100_ESCAPE,
-       CMDLINE_VT100_ESCAPE_CSI,
+       CMDLINE_VT100_ESCAPE_CSI
 };
 
 #define CMDLINE_VT100_BUF_SIZE 8