From 75dcf093940c04a6c685dba35a278e35da018727 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Wed, 15 Jun 2016 21:04:51 +0100 Subject: NULL a couple of variables --- frontends/amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/gui.c') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index afb49a574..ac173eb1e 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -251,7 +251,7 @@ STRPTR ami_locale_langs(void) { struct Locale *locale; STRPTR acceptlangs = NULL; - char *remapped; + char *remapped = NULL; if((locale = OpenLocale(NULL))) { -- cgit v1.2.3