Skip to content

Commit

Permalink
libmagic: Fix VS compat
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Aug 29, 2020
1 parent f8f2881 commit c676e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/fileinfo/libmagic/apprentice.c
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ parse(struct magic_set *ms, struct magic_entry *me, const char *line,
*/
private int
parse_strength(struct magic_set *ms, struct magic_entry *me, const char *line,
size_t len __attribute__((__unused__)))
size_t len)
{
const char *l = line;
char *el;
Expand Down

0 comments on commit c676e8f

Please sign in to comment.