mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed build.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user