summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'parser-mpcmd.c')
-rw-r--r--parser-mpcmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser-mpcmd.c b/parser-mpcmd.c
index 5d15dc3e55..b0562fb86c 100644
--- a/parser-mpcmd.c
+++ b/parser-mpcmd.c
@@ -77,7 +77,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