X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=platform%2Fcommon%2Fmenu.h;h=430f0022e01adf7a899e0ce1e9db13a6a50c008d;hb=0d9bf4fcda2bf375a1fabd4a42e244701b8a185f;hp=a3625f84ab924b75cc49a53b7c5c3635972b811d;hpb=74f5e726ba66ace3c4976a4ac5f13a92fdbfbae1;p=picodrive.git diff --git a/platform/common/menu.h b/platform/common/menu.h index a3625f8..430f002 100644 --- a/platform/common/menu.h +++ b/platform/common/menu.h @@ -96,7 +96,7 @@ typedef enum typedef struct { - char *name; + const char *name; menu_behavior beh; menu_id id; void *var; /* for on-off/range settings */