From b9ac9f87f78c56533ed9f48d9adfedcaf70a4518 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 20 Feb 2010 20:01:56 +0000 Subject: 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 --- m_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m_config.c b/m_config.c index f2902f9873..19a78264e6 100644 --- a/m_config.c +++ b/m_config.c @@ -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; -- cgit v1.2.3