summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug.c b/debug.c
index eb87723..f3d5c5e 100644
--- a/debug.c
+++ b/debug.c
@@ -282,7 +282,9 @@ int __debug(const char *func, const int line,
}
#endif
+#ifdef WITH_DBG_FILTER
done:
+#endif
dbg_mutex_unlock();
return result;