summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/fitz/memento.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/fitz/memento.c b/source/fitz/memento.c
index 68698f0d..db83c9e6 100644
--- a/source/fitz/memento.c
+++ b/source/fitz/memento.c
@@ -831,7 +831,7 @@ void Memento_breakpoint(void)
{
/* A handy externally visible function for breakpointing */
#if 0 /* Enable this to force automatic breakpointing */
-#ifdef DEBUG
+#ifndef NDEBUG
#ifdef _MSC_VER
__asm int 3;
#endif