summaryrefslogtreecommitdiffstats
path: root/vm/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/Common.h')
-rw-r--r--vm/Common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/Common.h b/vm/Common.h
index c0da8327a..01587b2ec 100644
--- a/vm/Common.h
+++ b/vm/Common.h
@@ -45,7 +45,7 @@
#if !defined(NDEBUG) && defined(WITH_DALVIK_ASSERT)
# undef assert
# define assert(x) \
- ((x) ? ((void)0) : (LOGE("ASSERT FAILED (%s:%d): %s\n", \
+ ((x) ? ((void)0) : (LOGE("ASSERT FAILED (%s:%d): %s", \
__FILE__, __LINE__, #x), *(int*)39=39, (void)0) )
#endif