frontend/inpcom.c, char argument for `identifier_char()'

This commit is contained in:
rlar
2016-03-09 20:24:36 +01:00
parent ea0cd17974
commit 7a51ead0a5
+1 -1
View File
@@ -4029,7 +4029,7 @@ inp_split_multi_param_lines(struct line *card, int line_num)
static int static int
identifier_char(int c) identifier_char(char c)
{ {
return (c == '_') || isalnum(c); return (c == '_') || isalnum(c);
} }