From 6ab3c3042c2b1083b05ba2926cceaa0b37f7646b Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Mon, 25 Feb 2019 23:07:55 +0000 Subject: [PATCH] rename enum MenuTypes to MenuType When dealing with an enum, you have a single value. --- keymap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keymap.h b/keymap.h index f5bca8c62..9501574f4 100644 --- a/keymap.h +++ b/keymap.h @@ -61,9 +61,9 @@ void km_error_key(int menu); void mutt_what_key(void); /** - * enum MenuTypes - Types of GUI selections + * enum MenuType - Types of GUI selections */ -enum MenuTypes +enum MenuType { MENU_ALIAS, ///< Select an email address by its alias MENU_ATTACH, ///< Select an attachment -- 2.40.0