Fix return type for getc() call in chkfont
Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
parent
3e5f071a3f
commit
77226a564b
@ -214,9 +214,9 @@ if (minleadblanks+mintrailblanks>0 && old_layout>=0) {
|
|||||||
void checkit()
|
void checkit()
|
||||||
{
|
{
|
||||||
int i,k,cmtcount,numsread,ffrighttoleft,have_layout,layout;
|
int i,k,cmtcount,numsread,ffrighttoleft,have_layout,layout;
|
||||||
char magicnum[5],cha;
|
char magicnum[5];
|
||||||
long oldord,theord;
|
long oldord,theord;
|
||||||
int tmpcnt,len;
|
int tmpcnt,len,cha;
|
||||||
|
|
||||||
ec=0;wc=0;
|
ec=0;wc=0;
|
||||||
incon_endmarkwarn=0; endmark_countwarn=0; nonincrwarn=0;
|
incon_endmarkwarn=0; endmark_countwarn=0; nonincrwarn=0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user