mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-03 05:41:35 +03:00
Fix warnings
This commit is contained in:
parent
c62f967935
commit
7711652819
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user