mirror of
https://github.com/mpv-player/mpv
synced 2024-12-24 07:33:46 +01:00
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
const void*
|
static const void*
|
||||||
m_config_get_option_ptr(m_config_t *config, char* arg) {
|
m_config_get_option_ptr(m_config_t *config, char* arg) {
|
||||||
const m_option_t* conf;
|
const m_option_t* conf;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user