aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/libsm/t-heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/libsm/t-heap.c')
-rw-r--r--contrib/sendmail/libsm/t-heap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/libsm/t-heap.c b/contrib/sendmail/libsm/t-heap.c
index d5e9e7e3f549..5e813ad333a7 100644
--- a/contrib/sendmail/libsm/t-heap.c
+++ b/contrib/sendmail/libsm/t-heap.c
@@ -19,7 +19,7 @@ SM_IDSTR(id, "@(#)$Id: t-heap.c,v 1.11 2013-11-22 20:51:43 ca Exp $")
#if SM_HEAP_CHECK
extern SM_DEBUG_T SmHeapCheck;
# define HEAP_CHECK sm_debug_active(&SmHeapCheck, 1)
-#else /* SM_HEAP_CHECK */
+#else
# define HEAP_CHECK 0
#endif /* SM_HEAP_CHECK */
@@ -58,7 +58,7 @@ main(argc, argv)
/* this will cause a core dump */
sm_dprintf("about to free %p for the second time\n", p);
sm_free(p);
-#endif /* DEBUG */
+#endif
return sm_test_end();
}