summaryrefslogtreecommitdiff
path: root/foreign
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-10-05 15:06:08 +0200
committermalosek <malosek@fastmq.com>2009-10-05 15:06:08 +0200
commitde2e439a52e93a4cb17a19e9ef9cadfd5ebf2cea (patch)
tree7a6701874f64d9a9b0f93666247553dcaf54307b /foreign
parent14dc1f45cd1a328415db09ef1e06def6179dae00 (diff)
1 minor change in xmlParser.cpp
Diffstat (limited to 'foreign')
-rw-r--r--foreign/xmlParser/xmlParser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/foreign/xmlParser/xmlParser.cpp b/foreign/xmlParser/xmlParser.cpp
index b9ebe54..48b02f9 100644
--- a/foreign/xmlParser/xmlParser.cpp
+++ b/foreign/xmlParser/xmlParser.cpp
@@ -225,7 +225,7 @@ char myIsTextWideChar(const void *b, int len) { return FALSE; }
return FALSE;
}
#else
- char myIsTextWideChar(const void *b,int l) { return (char)IsTextUnicode((CONST LPVOID)b,l,NULL); };
+ char myIsTextWideChar(const void *b,int l) { return (char)IsTextUnicode((CONST LPVOID)b,l,NULL); }
#endif
#endif