From 6aec2f5951e6a84fd0847a974c3b3b416ee77552 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 29 Oct 2017 10:38:49 +0100 Subject: [PATCH] FIX: spelled wrong. downside with working in notepad++ --- armsrc/appmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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