Mark m_config_get_option_ptr() as static, it is only used within the file.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30673 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-20 20:01:56 +00:00
parent 88a8591bc6
commit b9ac9f87f7
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ m_config_get_option(m_config_t *config, char* arg) {
return NULL;
}
const void*
static const void*
m_config_get_option_ptr(m_config_t *config, char* arg) {
const m_option_t* conf;