aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/lex.c')
-rw-r--r--src/hyper/lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/lex.c b/src/hyper/lex.c
index d571e6cd..ed281403 100644
--- a/src/hyper/lex.c
+++ b/src/hyper/lex.c
@@ -435,7 +435,7 @@ AGAIN:
input_string = sock_buf;
goto AGAIN;
default:
- fprintf(stderr, "Get Char: Unknown type of input: %d\n", input_type);
+ fprintf(stderr, "Get Char: Unknown type of input: %d\n", (int)input_type);
return -1;
}
}