From: Damien Fouilleul Date: Fri, 27 Oct 2006 16:16:16 +0000 (+0000) Subject: - core.c: const, const, etc... X-Git-Tag: 0.9.0-test0~9774 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=fe029daeaf84de77c28dd59e9818a3398bb06c12;p=vlc - core.c: const, const, etc... --- diff --git a/src/control/core.c b/src/control/core.c index 1643fa6a9d..1e8aae6bd3 100644 --- a/src/control/core.c +++ b/src/control/core.c @@ -58,7 +58,7 @@ inline char* libvlc_exception_get_message( libvlc_exception_t *p_exception ) } inline void libvlc_exception_raise( libvlc_exception_t *p_exception, - char *psz_format, ... ) + const char *psz_format, ... ) { va_list args;