summaryrefslogtreecommitdiffstats
path: root/src/qcstring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcstring.h')
-rw-r--r--src/qcstring.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qcstring.h b/src/qcstring.h
index f7cccb7..886573a 100644
--- a/src/qcstring.h
+++ b/src/qcstring.h
@@ -42,7 +42,7 @@ typedef unsigned long ulong;
typedef int64_t int64;
typedef uint64_t uint64;
#define ASSERT(x) if ( !(x) )\
- fprintf(stderr,"ASSERT: \"%s\" in %s (%d)",#x,__FILE__,__LINE__)
+ fprintf(stderr,"ASSERT: \"%s\" in %s (%d)\n",#x,__FILE__,__LINE__)
/*****************************************************************************