Bugfix: No-Debug version of debug.h had an error
This commit is contained in:
parent
db273fc8a4
commit
4916148749
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ static inline void hexdump(char *data, size_t len, int indent) {
|
||||||
#else /* DEBUG */
|
#else /* DEBUG */
|
||||||
|
|
||||||
#define DEBUG_LOG(fmt, ...) /* */
|
#define DEBUG_LOG(fmt, ...) /* */
|
||||||
#define hexdump(_data, _len) /* */
|
#define hexdump(_data, _len, _indent) /* */
|
||||||
|
|
||||||
#endif /* DEBUG */
|
#endif /* DEBUG */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue