mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
fix(string): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID
This commit is contained in:
parent
3b575eb560
commit
fde8ed8c0f
1 changed files with 1 additions and 2 deletions
|
|
@ -488,8 +488,7 @@ void SStrTokenize(const char** string, char* buffer, size_t bufferchars, const c
|
|||
STORM_VALIDATE(*string);
|
||||
STORM_VALIDATE(buffer || !bufferchars);
|
||||
STORM_VALIDATE(whitespace);
|
||||
STORM_VALIDATE_END;
|
||||
|
||||
STORM_VALIDATE_END_VOID;
|
||||
|
||||
int32_t inquotes = 0;
|
||||
int32_t usedquotes = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue