summaryrefslogtreecommitdiffstats
path: root/TOOLS/modify_reg.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 13:53:40 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-30 13:53:40 +0000
commitc5d5fe98b24e7e9e34b06b88d5d9ae212ea74974 (patch)
treed796c025c142c308510103ecf1c9b41c27ff7d69 /TOOLS/modify_reg.c
parent089034fcd5a181fd34c4c9ed37677b8bb89a6d2e (diff)
downloadmpv-c5d5fe98b24e7e9e34b06b88d5d9ae212ea74974.tar.bz2
mpv-c5d5fe98b24e7e9e34b06b88d5d9ae212ea74974.tar.xz
Mark all functions that are only used within the file as static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26607 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS/modify_reg.c')
-rw-r--r--TOOLS/modify_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/modify_reg.c b/TOOLS/modify_reg.c
index 47d802621c..6a05422b47 100644
--- a/TOOLS/modify_reg.c
+++ b/TOOLS/modify_reg.c
@@ -53,7 +53,7 @@ static void remove_key(long handle, const char* name) {
save_registry();
}
-void parse_key(char *raw, HKEY *root, char *path, char *key) {
+static void parse_key(char *raw, HKEY *root, char *path, char *key) {
char *tmpkey, *start;
tmpkey = strrchr(raw, '\\');
if (tmpkey == raw || tmpkey == NULL) {