mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(crypto): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID
This commit is contained in:
parent
c7e982eb81
commit
3b575eb560
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
void SARC4PrepareKey(const void* data, uint32_t len, SARC4Key* key) {
|
||||
STORM_VALIDATE_BEGIN;
|
||||
STORM_VALIDATE(data);
|
||||
STORM_VALIDATE_END;
|
||||
STORM_VALIDATE_END_VOID;
|
||||
|
||||
key->x = 0;
|
||||
key->y = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue