Fixed build.

This commit is contained in:
Branimir Karadžić
2018-10-05 21:17:02 -07:00
parent 716c1b873a
commit d972fedcf2

View File

@@ -225,7 +225,7 @@ namespace bx
const char* streol(const char* _str);
/// Find end of line. Retuns pointer to new line terminator.
const StringView strFindEol(const StringView& _str)
const StringView strFindEol(const StringView& _str);
/// Skip whitespace.
const char* strws(const char* _str);