From 52db9b039ad0fe4a6012e52693457bb78f774c37 Mon Sep 17 00:00:00 2001 From: pl Date: Sun, 27 Jan 2002 17:21:20 +0000 Subject: avoids warnings git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4385 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/registry.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'loader/registry.c') 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 { -- cgit v1.2.3