From da8a91177199457dc0687026e44da4a01eb08bcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Andr=C3=A9n=20Zachrisson?= Date: Fri, 30 Oct 2015 23:12:53 +0100 Subject: [PATCH] #else not #elif --- cue2pops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cue2pops.c b/cue2pops.c index f9f23c0..3b0b649 100644 --- a/cue2pops.c +++ b/cue2pops.c @@ -12,7 +12,7 @@ #ifdef DEBUG int debug = 1; -#elif +#else int debug = 0; #endif