summaryrefslogtreecommitdiff
path: root/apps/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menu.h')
-rw-r--r--apps/menu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/menu.h b/apps/menu.h
index b5bab90981..2251de243c 100644
--- a/apps/menu.h
+++ b/apps/menu.h
@@ -198,7 +198,7 @@ int do_menu(const struct menu_item_ex *menu, int *start_selected,
198 static const struct menu_get_name_and_icon name##_ \ 198 static const struct menu_get_name_and_icon name##_ \
199 = {callback,text_callback,voice_callback,text_cb_data,icon}; \ 199 = {callback,text_callback,voice_callback,text_cb_data,icon}; \
200 static const struct menu_func name##__ = {{(void*)func}, param}; \ 200 static const struct menu_func name##__ = {{(void*)func}, param}; \
201 static const struct menu_item_ex name = \ 201 const struct menu_item_ex name = \
202 { MT_FUNCTION_CALL|MENU_DYNAMIC_DESC|flags, \ 202 { MT_FUNCTION_CALL|MENU_DYNAMIC_DESC|flags, \
203 { .function = & name##__}, {.menu_get_name_and_icon = & name##_}}; 203 { .function = & name##__}, {.menu_get_name_and_icon = & name##_}};
204 204