mirror of
https://github.com/Ed94/gencpp.git
synced 2025-12-18 12:38:54 -08:00
fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user