diff options
author | chai <chaifix@163.com> | 2018-09-02 19:26:41 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-02 19:26:41 +0800 |
commit | 05d1cfb909390de4843ac6932be14520b80c1bcd (patch) | |
tree | d6d2e73b079caad3f18952c964d151388952cb9c /src/libjin/Common/utf8.h | |
parent | 4f147c08fc5498af393729c5e4a3d91894c97467 (diff) |
*update
Diffstat (limited to 'src/libjin/Common/utf8.h')
-rw-r--r-- | src/libjin/Common/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Common/utf8.h b/src/libjin/Common/utf8.h index 7f26841..f023e91 100644 --- a/src/libjin/Common/utf8.h +++ b/src/libjin/Common/utf8.h @@ -25,7 +25,7 @@ namespace jin **/ void replace_char(std::string & str, char find, char replace); -} +} // jin #endif // JIN_OS == JIN_WINDOWS #endif // __JIN_COMMON_UTF8_H
\ No newline at end of file |