]> git.sesse.net Git - vlc/blobdiff - include/vlc_plugin.h
Remove most stray semi-colons in module descriptions
[vlc] / include / vlc_plugin.h
index 0cb3ea9fe82ee033c35e5e79644c4178009d9111..41e3374a4f8582eeea864a464cd33576699c5bd9 100644 (file)
@@ -396,7 +396,7 @@ enum vlc_config_properties
 /* Modifier macros for the config options (used for fine tuning) */
 
 #define add_deprecated_alias( name ) \
-    vlc_config_set (p_config, VLC_CONFIG_OLDNAME, (const char *)(name))
+    vlc_config_set (p_config, VLC_CONFIG_OLDNAME, (const char *)(name));
 
 #define change_short( ch ) \
     vlc_config_set (p_config, VLC_CONFIG_SHORTCUT, (int)(ch));