mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Fix missing closing paren
This commit is contained in:
parent
82672378e5
commit
a779191c45
@ -532,7 +532,7 @@ private:
|
||||
CRYPTOPP_ASSERT(IsAlignedOn(ptr, 16));
|
||||
// Verify the lower bound. This is Issue 982/988.
|
||||
CRYPTOPP_ASSERT(
|
||||
reinterpret_cast<uintptr_t>(ptr >=
|
||||
reinterpret_cast<uintptr_t>(ptr) >=
|
||||
reinterpret_cast<uintptr_t>(m_array)
|
||||
);
|
||||
// Verify the upper bound. Allocated array with
|
||||
|
Loading…
Reference in New Issue
Block a user