]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/simple_prefs.m
macosx: fixed some compilation warnings
[vlc] / modules / gui / macosx / simple_prefs.m
index 9a4939c4320398687a7f665b0fa707874aa9e163..5bcfd33de91990f7f30ede28ca41de315e2c1d31 100644 (file)
@@ -328,7 +328,7 @@ static inline char * __config_GetLabel( vlc_object_t *p_this, const char *psz_na
     else if( p_config->psz_text )
         return p_config->psz_text;
     else
-        msg_Warn( p_this, "option %s does not include any help" );
+        msg_Warn( p_this, "option %s does not include any help", psz_name );
 
     return NULL;
 }