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

@@ -99,5 +99,5 @@ fsym(
#endif
#endif
return(NULL);
return(0);
}