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

This commit is contained in:
rlar 2016-03-08 21:06:57 +01:00
parent ea0cd17974
commit 7a51ead0a5
1 changed files with 1 additions and 1 deletions

View File

@ -4029,7 +4029,7 @@ inp_split_multi_param_lines(struct line *card, int line_num)
static int
identifier_char(int c)
identifier_char(char c)
{
return (c == '_') || isalnum(c);
}