Fixes for a few -Wincompatible-pointer-types

This commit is contained in:
Jose Rubio
2019-10-12 22:29:44 +02:00
parent 707cc1256f
commit 5c56c32d17
4 changed files with 9 additions and 6 deletions

View File

@@ -292,9 +292,11 @@ int main( int argc, char *argv[] )
} else {
fontname = (char *)0;
Anafprop(
fip, fpropPtr, fpropvnPtr,
&fontname, &psprop, &resprop,
&fplistPtr, &fplistNum
fip, fpropPtr,
fpropvnPtr, &fontname,
&fplistPtr,
&psprop, &resprop,
&fplistNum
);
}