aboutsummaryrefslogtreecommitdiff
path: root/tests2
diff options
context:
space:
mode:
Diffstat (limited to 'tests2')
-rw-r--r--tests2/40_stdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests2/40_stdio.c b/tests2/40_stdio.c
index 575127a..b986093 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)