From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- frontends/amiga/filetype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/filetype.c') diff --git a/frontends/amiga/filetype.c b/frontends/amiga/filetype.c index 39058b41c..d598f530c 100644 --- a/frontends/amiga/filetype.c +++ b/frontends/amiga/filetype.c @@ -37,7 +37,7 @@ * filetype -- determine the MIME type of a local file */ -struct MinList *ami_mime_list = NULL; +static struct MinList *ami_mime_list = NULL; struct ami_mime_entry { -- cgit v1.2.3