diff options
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 |