summaryrefslogtreecommitdiffstats
path: root/options/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'options/path.c')
-rw-r--r--options/path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/path.c b/options/path.c
index 80c461cda8..5783e2e549 100644
--- a/options/path.c
+++ b/options/path.c
@@ -74,7 +74,7 @@ static int mp_add_xdg_config_dirs(struct mpv_global *global, char **dirs, int i)
i = mp_add_macosx_bundle_dir(global, dirs, i);
#endif
- dirs[i++] = MPLAYER_CONFDIR;
+ dirs[i++] = MPV_CONFDIR;
return i;
}