diff options
Diffstat (limited to 'contrib/libfaad/error.h')
-rw-r--r-- | contrib/libfaad/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libfaad/error.h b/contrib/libfaad/error.h index 7f750217c..91ffc458e 100644 --- a/contrib/libfaad/error.h +++ b/contrib/libfaad/error.h @@ -36,7 +36,7 @@ extern "C" { #endif #define NUM_ERROR_MESSAGES 33 -extern char *err_msg[]; +extern const char *err_msg[]; #ifdef __cplusplus } |