summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/uemf.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/uemf.h')
-rw-r--r--cpukit/httpd/uemf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/httpd/uemf.h b/cpukit/httpd/uemf.h
index fa8c03e6c1..c890b651c6 100644
--- a/cpukit/httpd/uemf.h
+++ b/cpukit/httpd/uemf.h
@@ -592,7 +592,7 @@ typedef struct stat gstat_t;
#if (defined (ASSERT) || defined (ASSERT_CE))
#define a_assert(C) if (C) ; else error(E_L, E_ASSERT, T("%s"), T(#C))
#else
- #define a_assert(C) if (1) ; else
+ #define a_assert(C) if (1) ; else {}
#endif /* ASSERT || ASSERT_CE */
/******************************************************************************/