From 5a74b12b45dd881cf253079270e379bc12d06315 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 19 Sep 2018 16:40:32 -0500 Subject: [PATCH] Followup to #11769 --- Marlin/src/core/language.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/src/core/language.h b/Marlin/src/core/language.h index abba3e8c4..b6f954034 100644 --- a/Marlin/src/core/language.h +++ b/Marlin/src/core/language.h @@ -334,6 +334,6 @@ #ifdef CUSTOM_USER_MENU_TITLE #undef MSG_USER_MENU #define MSG_USER_MENU CUSTOM_USER_MENU_TITLE -#else +#endif #endif // __LANGUAGE_H