mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-08 10:47:28 +03:00
Remove extra '}'.
This commit is contained in:
parent
d81e4bdd5c
commit
7cca608575
1 changed files with 0 additions and 1 deletions
|
|
@ -443,7 +443,6 @@ malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|||
tret = vsnprintf(buf, sizeof(buf), format, tap);
|
||||
assert(tret == ret);
|
||||
assert(memcmp(str, buf, ret + 1) == 0);
|
||||
}
|
||||
}
|
||||
|
||||
#undef APPEND_C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue