summaryrefslogtreecommitdiff
path: root/frontends/amiga/launch.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-06-02 00:44:20 +0100
commit88ae1ff267c541ded537672ac7b7f29308ad701d (patch)
treea7ec98ff90d34e39503d8e5cbe34e56ab3bd853d /frontends/amiga/launch.c
parentdf2b14ed5f26f6aabaad548d38a24a724b242047 (diff)
downloadnetsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.gz
netsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.bz2
Ensure variables are declared correctly
Diffstat (limited to 'frontends/amiga/launch.c')
-rwxr-xr-xfrontends/amiga/launch.c2
1 files changed, 1 insertions, 1 deletions
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
{