summaryrefslogtreecommitdiffstats
path: root/ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.c')
-rw-r--r--ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctx.c b/ctx.c
index 8f623e5..72ed969 100644
--- a/ctx.c
+++ b/ctx.c
@@ -50,7 +50,7 @@ const char *debug_flag_name(enum debug_flags flag) {
break;
}
- assert(false);
+ assert(!"Unrecognized debug flag");
return "???";
}