mirror of
https://github.com/Ed94/gencpp.git
synced 2025-08-01 09:56:59 -07: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