summaryrefslogtreecommitdiff
path: root/frontends/amiga/help.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/help.c
parentdf2b14ed5f26f6aabaad548d38a24a724b242047 (diff)
downloadnetsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.gz
netsurf-88ae1ff267c541ded537672ac7b7f29308ad701d.tar.bz2
Ensure variables are declared correctly
Diffstat (limited to 'frontends/amiga/help.c')
-rwxr-xr-xfrontends/amiga/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/amiga/help.c b/frontends/amiga/help.c
index 64b338426..fe1f1241d 100755
--- a/frontends/amiga/help.c
+++ b/frontends/amiga/help.c
@@ -23,8 +23,8 @@
/* AmigaGuide class */
#include "amiga/agclass/amigaguide_class.h"
-Class *AmigaGuideClass = NULL;
-Object *AmigaGuideObject = NULL;
+static Class *AmigaGuideClass = NULL;
+static Object *AmigaGuideObject = NULL;
/* This array needs to match the enum in help.h */
CONST_STRPTR context_nodes[] = {