diff options
| author | auth12 <[email protected]> | 2020-07-19 11:46:24 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-19 11:46:24 -0700 |
| commit | a4117f05f70fc20a05dc6b454db77447a0c8300b (patch) | |
| tree | f8eab7a7bae237ad697feecfae26b17bab91b16e /server/src/util/util.cpp | |
| parent | Added asmjit. (diff) | |
| parent | More placeholders and general plan. (diff) | |
| download | loader-a4117f05f70fc20a05dc6b454db77447a0c8300b.tar.xz loader-a4117f05f70fc20a05dc6b454db77447a0c8300b.zip | |
Merge branch 'master' into windows
Diffstat (limited to 'server/src/util/util.cpp')
| -rw-r--r-- | server/src/util/util.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/server/src/util/util.cpp b/server/src/util/util.cpp index 799663f..1cb6367 100644 --- a/server/src/util/util.cpp +++ b/server/src/util/util.cpp @@ -4,4 +4,6 @@ void util::to_lowercase(std::string &str) { std::transform(str.begin(), str.end(), str.begin(), ::tolower); -}
\ No newline at end of file +} + + |