From cfb8341ff0c2cdd6bc7e0fe57936757e00969943 Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 11 Jan 2020 16:03:51 -0800 Subject: [PATCH] Missed an #endif --- src/doomdef.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/doomdef.h b/src/doomdef.h index 8d00d407a..3931acbef 100644 --- a/src/doomdef.h +++ b/src/doomdef.h @@ -42,7 +42,6 @@ #else // No SDL. // No more interfaces. :( #define SOUND SOUND_DUMMY -#endif #endif #endif