summaryrefslogtreecommitdiffstats
path: root/osdep/path-macosx.m
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/path-macosx.m')
-rw-r--r--osdep/path-macosx.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/path-macosx.m b/osdep/path-macosx.m
index 543b248c14..c5240f570e 100644
--- a/osdep/path-macosx.m
+++ b/osdep/path-macosx.m
@@ -21,7 +21,7 @@
#include "osdep/path.h"
char *mp_get_macosx_bundled_path(void *talloc_ctx, struct mpv_global *global,
- const char *filename)
+ const char *file)
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSString *path = [[NSBundle mainBundle] resourcePath];