summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.c b/parse.c
index 571b652..4e326ec 100644
--- a/parse.c
+++ b/parse.c
@@ -497,7 +497,7 @@ static const char *parse_int(const struct parser_state *state, const char *str,
break;
default:
- assert(false);
+ assert(!"Invalid int size");
goto bad;
}