remove extra ';'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@282 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: dbd9a26801
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-02-06 (Sat, 06 Feb 2010)

Origin message was:
------------------
 remove extra ';'

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@282 e54a6e83-5905-42d5-8d5c-058d10e6a962


------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2010-02-06 18:15:41 +00:00
parent c622c19e50
commit 9655bc2f63
2 changed files with 6 additions and 6 deletions

View File

@@ -31,6 +31,6 @@ namespace ZapitTools
std::string UTF8_to_Latin1 (const char *); std::string UTF8_to_Latin1 (const char *);
std::string UTF8_to_UTF8XML(const char *); std::string UTF8_to_UTF8XML(const char *);
std::string Latin1_to_UTF8 (const char *); std::string Latin1_to_UTF8 (const char *);
}; }
#endif #endif

View File

@@ -120,4 +120,4 @@ namespace ZapitTools {
} }
return r; return r;
} }
}; }