Remove extra '}'.

This commit is contained in:
Jason Evans 2012-03-12 11:31:54 -07:00
parent d81e4bdd5c
commit 7cca608575

View File

@ -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