diff options
-rw-r--r-- | ext/intl/intl_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/intl_error.h b/ext/intl/intl_error.h index b65bb2abee..11ac469a7d 100644 --- a/ext/intl/intl_error.h +++ b/ext/intl/intl_error.h @@ -27,8 +27,8 @@ typedef struct _intl_error { UErrorCode code; - char* custom_error_message; int free_custom_error_message; + char* custom_error_message; } intl_error; intl_error* intl_error_create( void ); |