summaryrefslogtreecommitdiffstats
path: root/TOOLS/modify_reg.c
diff options
context:
space:
mode:
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) {