]> git.sesse.net Git - vlc/commitdiff
- core.c: const, const, etc...
authorDamien Fouilleul <damienf@videolan.org>
Fri, 27 Oct 2006 16:16:16 +0000 (16:16 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Fri, 27 Oct 2006 16:16:16 +0000 (16:16 +0000)
src/control/core.c

index 1643fa6a9d21e7f15ed32c3c7fe5c5586f299005..1e8aae6bd34d201be52a6b0ddd908bda6698d81f 100644 (file)
@@ -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;