Remove extra '}'.
This commit is contained in:
parent
d81e4bdd5c
commit
7cca608575
@ -444,7 +444,6 @@ malloc_vsnprintf(char *str, size_t size, const char *format, va_list ap)
|
|||||||
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
|
||||||
#undef APPEND_S
|
#undef APPEND_S
|
||||||
|
Loading…
Reference in New Issue
Block a user