summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/loader/registry.c b/loader/registry.c
index 26fd768177..706b9d5d80 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -18,11 +18,12 @@
//#undef TRACE
//#define TRACE printf
-// ...can be set before init_registry() call
-char* regpathname = 0;
+extern char *get_path ( char * );
+// ...can be set before init_registry() call
+char* regpathname = NULL;
-static char* localregpathname = 0;
+static char* localregpathname = NULL;
typedef struct reg_handle_s
{