chg: remote faulty statement
copy-paste error, #endif
This commit is contained in:
parent
593315f7d4
commit
77db13ef90
1 changed files with 2 additions and 2 deletions
|
@ -34,11 +34,11 @@
|
||||||
#ifdef SLRE_DEBUG
|
#ifdef SLRE_DEBUG
|
||||||
# ifndef DBG
|
# ifndef DBG
|
||||||
# define DBG(x) printf x
|
# define DBG(x) printf x
|
||||||
# endif DBG
|
# endif
|
||||||
#else
|
#else
|
||||||
# ifndef DBG
|
# ifndef DBG
|
||||||
# define DBG(x)
|
# define DBG(x)
|
||||||
# endif DBG
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct bracket_pair {
|
struct bracket_pair {
|
||||||
|
|
Loading…
Reference in a new issue