From fe029daeaf84de77c28dd59e9818a3398bb06c12 Mon Sep 17 00:00:00 2001 From: Damien Fouilleul Date: Fri, 27 Oct 2006 16:16:16 +0000 Subject: [PATCH] - core.c: const, const, etc... --- src/control/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2