mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Mismatched parantases #ifdef
This commit is contained in:
parent
6244a24cfb
commit
63061c294a
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue