Skip to content

Commit 6d9327f

Browse files
committed
Fix error_message type
1 parent a01b85b commit 6d9327f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/msc_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
7979
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
8080

8181
/* Stubs */
82-
char *format_error_log_message(apr_pool_t *mp, error_message *em) {
82+
char *format_error_log_message(apr_pool_t *mp, error_message_t *em) {
8383
return "FAKE ERROR LOG MESSAGE";
8484
}
8585

0 commit comments

Comments
 (0)