summaryrefslogtreecommitdiffstats
path: root/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'path.c')
-rw-r--r--path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.c b/path.c
index 495f292af9..83da4ee8d2 100644
--- a/path.c
+++ b/path.c
@@ -180,7 +180,7 @@ char *def_path = BINARY_CODECS_PATH;
static int needs_free = 0;
-void SetCodecPath(const char *path)
+void set_codec_path(const char *path)
{
if (needs_free)
free(def_path);