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 fd6ce1f..ae41728 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 +} // namespace jin #endif // LIBJIN_OS == LIBJIN_WINDOWS #endif // __LIBJIN_COMMON_UTF8_H |