This commit is contained in:
2024-12-14 07:14:45 -05:00
parent a33b3644d9
commit e8bb381520
3 changed files with 5 additions and 5 deletions

View File

@@ -599,7 +599,7 @@ void strbuilder_skip_line(StrBuilder str)
}
inline
void strip_space(StrBuilder str)
void strbuilder_strip_space(StrBuilder str)
{
char* write_pos = str;
char* read_pos = str;