From 77db13ef902624f87aa316ddd410f1f7d2a0e7ec Mon Sep 17 00:00:00 2001 From: Iceman Date: Fri, 2 Feb 2018 23:38:08 +0100 Subject: [PATCH] chg: remote faulty statement copy-paste error, #endif --- src/slre.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/slre.c b/src/slre.c index 8b4abc1..cb124f0 100644 --- a/src/slre.c +++ b/src/slre.c @@ -34,11 +34,11 @@ #ifdef SLRE_DEBUG # ifndef DBG # define DBG(x) printf x -# endif DBG +# endif #else # ifndef DBG # define DBG(x) -# endif DBG +# endif #endif struct bracket_pair {