Skip to content

Commit 4e30cec

Browse files
committed
typo
1 parent d0640f0 commit 4e30cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Menu::outputsList id(id##_outPtrs,sizeof(id##_outPtrs)/sizeof(Menu::menuOut*));
223223

224224
//allocating space for elements and shadows -------------------------------------
225225
#define DECL_EXIT_(cnt,exitText)\
226-
constText constText title_##cnt[] MEMMODE=exitText;\
226+
constText title_##cnt[] MEMMODE=exitText;\
227227
constMEM MEMMODE Menu::promptShadowRaw opShadowRaw##cnt = {\
228228
(Menu::callback)Menu::doExit,\
229229
Menu::_Exit,\

0 commit comments

Comments
 (0)