From 121f2f888e02a28e7896f84dde019cb320f0b11d Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Tue, 21 Dec 2010 11:12:30 +0000 Subject: Creation of pipework branch --- lib/zassert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/zassert.h') diff --git a/lib/zassert.h b/lib/zassert.h index 8ca2203f..9f2465f7 100644 --- a/lib/zassert.h +++ b/lib/zassert.h @@ -33,7 +33,7 @@ extern void _zlog_abort_err (const char *mess, int err, const char *file, #define zassert(EX) ((void)((EX) ? 0 : \ (_zlog_assert_failed(#EX, __FILE__, __LINE__, \ - __ASSERT_FUNCTION), 0))) + __ASSERT_FUNCTION), 0))) /* Implicitly *permanent* assert() -- irrespective of NDEBUG */ #undef assert -- cgit v1.2.3