Commit 9934051b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

char const -> const char

parent 0d175625
......@@ -45,7 +45,7 @@ char const * VLC_Version( void )
* VLC_Compiler, VLC_Changeset
*****************************************************************************/
#define DECLARE_VLC_VERSION( func, var ) \
char const * VLC_##func ( void ) \
const char * VLC_##func ( void ) \
{ \
return VLC_##var ; \
}
......
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