[MPlayer-cvslog] r30673 - trunk/m_config.c
diego
subversion at mplayerhq.hu
Sat Feb 20 21:01:56 CET 2010
Author: diego
Date: Sat Feb 20 21:01:56 2010
New Revision: 30673
Log:
Mark m_config_get_option_ptr() as static, it is only used within the file.
Modified:
trunk/m_config.c
Modified: trunk/m_config.c
==============================================================================
--- trunk/m_config.c Sat Feb 20 20:59:50 2010 (r30672)
+++ trunk/m_config.c Sat Feb 20 21:01:56 2010 (r30673)
@@ -415,7 +415,7 @@ m_config_get_option(m_config_t *config,
return NULL;
}
-const void*
+static const void*
m_config_get_option_ptr(m_config_t *config, char* arg) {
const m_option_t* conf;
More information about the MPlayer-cvslog
mailing list