Fix warnings

This commit is contained in:
Chris Young 2014-11-09 19:38:47 +00:00
parent c62f967935
commit 7711652819

View File

@ -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();