Skip to content

Commit

Permalink
Merge pull request #1 from iceman1001/iceman1001-patch-1
Browse files Browse the repository at this point in the history
chg:  remote faulty statement
  • Loading branch information
iceman1001 authored Feb 2, 2018
2 parents 593315f + 77db13e commit 987c3da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slre.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 987c3da

Please sign in to comment.