maint(string): update 2

This commit is contained in:
6arelyFuture 2023-03-29 14:02:20 +01:00
parent c80d70c698
commit 6ceb8da416
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -69,7 +69,7 @@ private:
}; };
size_t current_buffer_; size_t current_buffer_;
entry string_pool_[Buffers]; entry string_pool_[buffers];
}; };
const char* va(const char* fmt, ...); const char* va(const char* fmt, ...);