summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/help.c b/amiga/help.c
index 8914440be..76dd1bd86 100755
--- a/amiga/help.c
+++ b/amiga/help.c
@@ -25,14 +25,14 @@ Class *AmigaGuideClass = NULL;
Object *AmigaGuideObject = NULL;
/* This array needs to match the enum in help.h */
-STRPTR context_nodes[] = {
+CONST_STRPTR context_nodes[] = {
"Main",
"GUI",
"Prefs",
NULL
};
-void ami_help_init(struct Screen *screen)
+static void ami_help_init(struct Screen *screen)
{
AmigaGuideClass = initAGClass();