Merge branch 'cnlohr-fix-stb-include-newline' of https://github.com/cnlohr/stb into work2

This commit is contained in:
Sean Barrett 2020-02-02 09:41:43 -08:00
commit 95dc062d3f

View File

@ -95,7 +95,7 @@ static void stb_include_free_includes(include_info *array, int len)
static int stb_include_isspace(int ch)
{
return (ch == ' ' || ch == '\t' || ch == '\r' || ch == 'n');
return (ch == ' ' || ch == '\t' || ch == '\r' || ch == '\n');
}
// find location of all #include and #inject