diff --git a/tests2/40_stdio.c b/tests2/40_stdio.c index 575127af..b9860930 100644 --- a/tests2/40_stdio.c +++ b/tests2/40_stdio.c @@ -16,7 +16,7 @@ int main() printf("%s", freddy); - char InChar; + int InChar; char ShowChar; f = fopen("fred.txt", "r"); while ( (InChar = fgetc(f)) != EOF)