summaryrefslogtreecommitdiff
path: root/frontends/amiga/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/menu.c')
-rw-r--r--frontends/amiga/menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/amiga/menu.c b/frontends/amiga/menu.c
index 5ae47deda..c7351411c 100644
--- a/frontends/amiga/menu.c
+++ b/frontends/amiga/menu.c
@@ -564,7 +564,8 @@ void ami_free_menulabs(struct gui_window_2 *gwin)
}
static void ami_menu_alloc_item(struct gui_window_2 *gwin, int num, UBYTE type,
- const char *label, char key, const char *icon, void *func, void *hookdata)
+ const char *restrict label, char key, const char *restrict icon,
+ void *restrict func, void *restrict hookdata)
{
char menu_icon[1024];