Mismatched parantases #ifdef

This commit is contained in:
joreland@mysql.com 2004-08-11 08:23:12 +02:00
parent 6244a24cfb
commit 63061c294a

View file

@ -660,6 +660,7 @@ SimulatedBlock::allocRecord(const char * type, size_t s, size_t n)
snprintf(buf2, sizeof(buf2), "Requested: %ux%u = %u bytes", (Uint32)s, (Uint32)n, (Uint32)size);
ERROR_SET(fatal, ERR_MEMALLOC, buf1, buf2);
}
}
return p;
}