diff options
| author | 2022-08-05 07:28:56 +0200 | |
|---|---|---|
| committer | 2022-08-05 07:28:56 +0200 | |
| commit | 9667272414380e2d50113e0a0c6408a02e7c23eb (patch) | |
| tree | 9537c57f7b13aa43ce63553ca44d8ba42e6ed1c3 /bootstrap/util.c | |
| parent | fc29f3f2b0c3a7c5ef1c75d910cf0815d2edbba2 (diff) | |
fn type syntax, bugfixs
Diffstat (limited to 'bootstrap/util.c')
| -rw-r--r-- | bootstrap/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/util.c b/bootstrap/util.c index bb38b90..be3aea0 100644 --- a/bootstrap/util.c +++ b/bootstrap/util.c @@ -72,6 +72,7 @@ xasprintf(const char *fmt, ...) { va_end(aq); } va_end(ap); + assert(str); return str; } |