Skip to content

Commit

Permalink
another format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fzwoch committed Sep 7, 2023
1 parent bbdefd7 commit c551682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EX_browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -3465,7 +3465,7 @@ static info_filter_t* SB_InfoFilter_Parse(int* count)
// no regex is fine
filter->regex = pcre2_compile((PCRE2_SPTR)(split + 1), PCRE2_ZERO_TERMINATED, PCRE2_CASELESS, &error, &error_offset, NULL);
if (filter->regex == NULL) {
Con_Printf("Invalid rule definition: %s\n", error);
Con_Printf("Invalid rule definition: %d\n", error);
continue;
}
}
Expand Down

0 comments on commit c551682

Please sign in to comment.