Commit fe029dae authored by Damien Fouilleul's avatar Damien Fouilleul

- core.c: const, const, etc...

parent 817653d9
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment