diff path.c @ 30902:f405a747a35a

Rename SetCodecPath() --> set_codec_path(). This keeps the naming of all path-related functions consistent.
author diego
date Sun, 21 Mar 2010 08:34:09 +0000
parents 76a13038105e
children b32527b30d17
line wrap: on
line diff
--- a/path.c	Sat Mar 20 23:38:27 2010 +0000
+++ b/path.c	Sun Mar 21 08:34:09 2010 +0000
@@ -180,7 +180,7 @@
 
 static int needs_free = 0;
 
-void SetCodecPath(const char *path)
+void set_codec_path(const char *path)
 {
     if (needs_free)
         free(def_path);