]> git.draconx.ca Git - liblbx.git/blobdiff - src/misc.h
Add the tools.h that should have been included a while ago.
[liblbx.git] / src / misc.h
index 5e5947a3597df05bbee747271fae9d0255483454..af7298d95fad80a0b16425c0c75236dc3db7cf49 100644 (file)
@@ -11,7 +11,7 @@
 #define MAX(a,b) (((a)>(b))?(a):(b))
 
 #ifndef NDEBUG
-#      define _lbx_dbgprint(str) (fprintf(stderr, str " [%s, %s:%d]", \
+#      define _lbx_dbgprint(str) (fprintf(stderr, str " [%s, %s:%d]\n", \
                                           __func__, __FILE__, __LINE__))
 #      define _lbx_assert(expr) ((!(expr)) \
                ? (_lbx_dbgprint("format assertion failed: " #expr), 0) \