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/launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/launch.c') diff --git a/frontends/amiga/launch.c b/frontends/amiga/launch.c index 1f2b9e16c..8020dd6b8 100755 --- a/frontends/amiga/launch.c +++ b/frontends/amiga/launch.c @@ -38,7 +38,7 @@ struct Library *OpenURLBase = NULL; struct OpenURLIFace *IOpenURL = NULL; -struct MinList *ami_unsupportedprotocols; +static struct MinList *ami_unsupportedprotocols; struct ami_protocol { -- cgit v1.2.3