Typo fix
This commit is contained in:
@@ -280,12 +280,12 @@ wc_parse_iso2022_esc(wc_uchar **ptr, wc_status *st)
|
|||||||
state = cs = WC_C_G0_CS96;
|
state = cs = WC_C_G0_CS96;
|
||||||
g = *p & 0x03;
|
g = *p & 0x03;
|
||||||
continue;
|
continue;
|
||||||
case WC_C_C0: /* ESC '!' */ /* not suported */
|
case WC_C_C0: /* ESC '!' */ /* not supported */
|
||||||
case WC_C_C1: /* ESC '"' */ /* not suported */
|
case WC_C_C1: /* ESC '"' */ /* not supported */
|
||||||
case WC_C_REP: /* ESC '&' */ /* not suported */
|
case WC_C_REP: /* ESC '&' */ /* not supported */
|
||||||
state = cs = WC_C_C0;
|
state = cs = WC_C_C0;
|
||||||
continue;
|
continue;
|
||||||
case WC_C_CSWSR: /* ESC '%' */ /* not suported */
|
case WC_C_CSWSR: /* ESC '%' */ /* not supported */
|
||||||
state = cs = WC_C_CSWSR;
|
state = cs = WC_C_CSWSR;
|
||||||
continue;
|
continue;
|
||||||
case WC_C_SS2: /* ESC 'N' */
|
case WC_C_SS2: /* ESC 'N' */
|
||||||
|
@@ -101,7 +101,7 @@ main(int argc, char **argv)
|
|||||||
* |op|; |args |\n|
|
* |op|; |args |\n|
|
||||||
* +--+--+--+--+ .......+--+--+
|
* +--+--+--+--+ .......+--+--+
|
||||||
*
|
*
|
||||||
* args is separeted by ';'
|
* args is separated by ';'
|
||||||
* op args
|
* op args
|
||||||
* 0; params draw image
|
* 0; params draw image
|
||||||
* 1; params redraw image
|
* 1; params redraw image
|
||||||
|
Reference in New Issue
Block a user