From fde8ed8c0faaca05eb4703b7dd48789b69cbb46d Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 31 Mar 2025 15:46:32 -0400 Subject: [PATCH] fix(string): STORM_VALIDATE_END -> STORM_VALIDATE_END_VOID --- storm/String.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storm/String.cpp b/storm/String.cpp index f93c1dd..034c512 100644 --- a/storm/String.cpp +++ b/storm/String.cpp @@ -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;