X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=common%2Fmenu.h;h=430f0022e01adf7a899e0ce1e9db13a6a50c008d;hb=fa5e045bdc817112c1abf19e65e2d3481d51c48a;hp=a3625f84ab924b75cc49a53b7c5c3635972b811d;hpb=7fd581f40bb5273e81dc08afdd55224c26c8fb9e;p=libpicofe.git diff --git a/common/menu.h b/common/menu.h index a3625f8..430f002 100644 --- a/common/menu.h +++ b/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 */