FIX: spelled wrong. downside with working in notepad++

This commit is contained in:
iceman1001 2017-10-29 10:38:49 +01:00
parent 573a312130
commit 6aec2f5951

View file

@ -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