Fixes bug by patch 124 offered by kreijstal

This commit is contained in:
Holger Vogt 2025-02-20 23:40:55 +01:00
parent 08aff1ee17
commit 8d9988424b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ inchar(FILE *fp)
}
return (int) c;
#elif
#else
return getc(fp);
#endif