diff gui/cfg.h @ 35521:baf53d200292

Avoid using local variables named filename. This is the name of a global MPlayer variable. Avoiding it avoids confusion.
author ib
date Wed, 05 Dec 2012 23:28:14 +0000
parents ac6b38cd0d45
children
line wrap: on
line diff
--- a/gui/cfg.h	Wed Dec 05 23:12:53 2012 +0000
+++ b/gui/cfg.h	Wed Dec 05 23:28:14 2012 +0000
@@ -89,7 +89,7 @@
 
 extern char *fsHistory[5];
 
-int cfg_gui_include(m_option_t *conf, const char *filename);
+int cfg_gui_include(m_option_t *conf, const char *file);
 void cfg_read(void);
 void cfg_write(void);