baudot_charset: fix compile warning
Thanks to Colin Ian King <colin.king@canonical.com>.
This commit is contained in:
parent
3a8d490074
commit
93b35cbd9d
|
@ -194,7 +194,7 @@ baudot_encode_table[0x60][2] = {
|
||||||
* 1 LTRS state
|
* 1 LTRS state
|
||||||
* 2 FIGS state
|
* 2 FIGS state
|
||||||
*/
|
*/
|
||||||
static int baudot_charset = 0; // FIXME
|
static unsigned int baudot_charset = 0; // FIXME
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue