From d972fedcf22f3d0b432b9ade35ee05fb5b30230a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Fri, 5 Oct 2018 21:17:02 -0700 Subject: [PATCH] Fixed build. --- include/bx/string.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/string.h b/include/bx/string.h index 0094fee..aa5bbab 100644 --- a/include/bx/string.h +++ b/include/bx/string.h @@ -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);