From 0864f92e7a55b20a21fc2f5eaf9e72cb799a6f7d Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 3 Dec 2008 23:01:03 +0000 Subject: Get rid of pointless 'extern' keywords. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28085 b3059339-0415-0410-9bf9-f77b7e298cf2 --- parser-mpcmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser-mpcmd.c') diff --git a/parser-mpcmd.c b/parser-mpcmd.c index ad8e1166d8..045ca35613 100644 --- a/parser-mpcmd.c +++ b/parser-mpcmd.c @@ -75,7 +75,7 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv) int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything play_tree_t *last_parent, *last_entry = NULL, *root; #ifdef CONFIG_MACOSX_FINDER - extern play_tree_t *macosx_finder_args(m_config_t *, int , char **); + play_tree_t *macosx_finder_args(m_config_t *, int , char **); #endif #ifdef MP_DEBUG -- cgit v1.2.3