correct formatting in singleheader.cpp

This commit is contained in:
2024-12-13 15:42:13 -05:00
parent e15ac22132
commit 8d436fe546
4 changed files with 14 additions and 12 deletions

View File

@ -3,7 +3,7 @@
# include "memory.hpp"
#endif
#pragma region StrBuilder Ops
#pragma region String Ops
const char* char_first_occurence( const char* str, char c );
@ -284,4 +284,4 @@ void c_str_to_upper( char* str )
}
}
#pragma endregion StrBuilder Ops
#pragma endregion String Ops