frontend/inpcom.c, char argument for `identifier_char()'
This commit is contained in:
parent
ea0cd17974
commit
7a51ead0a5
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue