mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-25 14:23:12 +00:00
Remove extra '}'.
This commit is contained in:
@@ -443,7 +443,6 @@ malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|||||||
tret = vsnprintf(buf, sizeof(buf), format, tap);
|
tret = vsnprintf(buf, sizeof(buf), format, tap);
|
||||||
assert(tret == ret);
|
assert(tret == ret);
|
||||||
assert(memcmp(str, buf, ret + 1) == 0);
|
assert(memcmp(str, buf, ret + 1) == 0);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef APPEND_C
|
#undef APPEND_C
|
||||||
|
|||||||
Reference in New Issue
Block a user