diff options
Diffstat (limited to 'src/lib/util/corestr.c')
| -rw-r--r-- | src/lib/util/corestr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/corestr.c b/src/lib/util/corestr.c index 7e42e235065..8a78a672ac6 100644 --- a/src/lib/util/corestr.c +++ b/src/lib/util/corestr.c @@ -193,7 +193,7 @@ char *core_i64_format(UINT64 value, UINT8 mindigits, bool is_octal) } /*------------------------------------------------- - std::string helpers + std::string helpers -------------------------------------------------*/ #include <algorithm> @@ -312,4 +312,4 @@ int strreplace(std::string &str, const std::string& search, const std::string& r str.erase(curindex, searchlen).insert(curindex, replace); } return matches; -}
\ No newline at end of file +} |
