diff options
Diffstat (limited to 'lib/com_err/error.c')
| -rw-r--r-- | lib/com_err/error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/com_err/error.c b/lib/com_err/error.c index bf046da22557..3ce714bfc88d 100644 --- a/lib/com_err/error.c +++ b/lib/com_err/error.c @@ -81,7 +81,7 @@ struct foobar { KRB5_LIB_FUNCTION void KRB5_LIB_CALL initialize_error_table_r(struct et_list **list, - const char **messages, + const char *const *messages, int num_errors, long base) { |
