summaryrefslogtreecommitdiffstats
path: root/loader/registry.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/registry.c')
-rw-r--r--loader/registry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/registry.c b/loader/registry.c
index b17f734d13..50912aa4dd 100644
--- a/loader/registry.c
+++ b/loader/registry.c
@@ -24,7 +24,7 @@
//#undef TRACE
//#define TRACE printf
-extern char *get_path ( const char * );
+char *get_path(const char*);
// ...can be set before init_registry() call
char* regpathname = NULL;