diff --git a/armsrc/appmain.c b/armsrc/appmain.c index 682e6858f..c9a913df9 100644 --- a/armsrc/appmain.c +++ b/armsrc/appmain.c @@ -1204,7 +1204,7 @@ void __attribute__((noreturn)) AppMain(void) { * All standalone mod "main loop" should be the RunMod() function. * Since the standalone is either LF or HF, the somewhat bisarr defines below exists. */ -#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) || define (WITH_LF_PROXBRUTE) ) +#if defined (WITH_LF) && ( defined (WITH_LF_SAMYRUN) || defined (WITH_LF_HIDBRUTE) || defined (WITH_LF_PROXBRUTE) ) RunMod(); #endif