]> git.sesse.net Git - vlc/blobdiff - modules/codec/cmml/history.c
* More compiler warning fixes (const mostly)
[vlc] / modules / codec / cmml / history.c
index 70377bb0d467169f426e4992006049bfef30aa5a..f1cb6d735ed79b814243b40003de222b197659dc 100644 (file)
@@ -49,7 +49,7 @@ static void history_Dump( history_t *p_history );
  * Actual history code
  *****************************************************************************/
 
-history_t *history_New()
+history_t *history_New( void )
 {
    history_t *p_new_history;