mirror of https://github.com/mpv-player/mpv
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:
parent
88a8591bc6
commit
b9ac9f87f7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue