diff mencoder.c @ 18888:ab29b3c4f94e

parse_cfgfiles as static in mplayer.c/mencoder.c, patch by Stefan Huehner, stefan AT huehner-org
author reynaldo
date Mon, 03 Jul 2006 23:18:06 +0000
parents bee3186a06f7
children 9e95ac641e77
line wrap: on
line diff
--- a/mencoder.c	Mon Jul 03 23:13:25 2006 +0000
+++ b/mencoder.c	Mon Jul 03 23:18:06 2006 +0000
@@ -302,7 +302,7 @@
     exit(level);
 }
 
-void parse_cfgfiles( m_config_t* conf )
+static void parse_cfgfiles( m_config_t* conf )
 {
   char *conffile;
   if ((conffile = get_path("mencoder.conf")) == NULL) {