Skip to content

Commit

Permalink
commit patch 24734815
Browse files Browse the repository at this point in the history
  • Loading branch information
turly221 committed Dec 9, 2024
1 parent c063d3b commit 3888568
Show file tree
Hide file tree
Showing 2 changed files with 803 additions and 1 deletion.
2 changes: 1 addition & 1 deletion attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static const char *parse_attr(const char *src, int lineno, const char *cp,
static struct match_attr *parse_attr_line(const char *line, const char *src,
int lineno, int macro_ok)
{
int namelen;
size_t namelen;
int num_attr, i;
const char *cp, *name, *states;
struct match_attr *res = NULL;
Expand Down
Loading

0 comments on commit 3888568

Please sign in to comment.