chg: remote faulty statement

copy-paste error,  #endif
This commit is contained in:
Iceman 2018-02-02 23:38:08 +01:00 committed by GitHub
parent 593315f7d4
commit 77db13ef90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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