summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_finder_args.h
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-08-16 22:32:26 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2012-08-16 22:32:26 +0200
commit39e28570f1d995a04a1e5f7ad283a12906930296 (patch)
treef04efbe81dcde7771b499edc77a180b6f5d1d3b0 /osdep/macosx_finder_args.h
parent87c375e6f25a1080bc628aec13f9d683ebc08b72 (diff)
downloadmpv-39e28570f1d995a04a1e5f7ad283a12906930296.tar.bz2
mpv-39e28570f1d995a04a1e5f7ad283a12906930296.tar.xz
macosx_finder_args: make work with recent changes
Diffstat (limited to 'osdep/macosx_finder_args.h')
-rw-r--r--osdep/macosx_finder_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/macosx_finder_args.h b/osdep/macosx_finder_args.h
index 2920a577ac..3b0460cd0b 100644
--- a/osdep/macosx_finder_args.h
+++ b/osdep/macosx_finder_args.h
@@ -23,7 +23,7 @@
#include "m_config.h"
struct playlist;
-bool *macosx_finder_args(m_config_t *config, struct playlist *files,
+bool macosx_finder_args(m_config_t *config, struct playlist *files,
int argc, char **argv);
#endif /* MPLAYER_MACOSX_FINDER_ARGS_H */