Author: scantor
Date: Thu Jan 21 20:18:52 2016
New Revision: 1726088
URL: http://svn.apache.org/viewvc?rev=1726088&view=rev
Log:
XERCESC-2059 - Fix typo in constant.
Modified:
xerces/c/branches/xerces-3.1/src/xercesc/util/XMLUni.cpp
Modified: xerces/c/branches/xerces-3.1/src/xercesc/util/XMLUni.cpp
URL:
http://svn.apache.org/viewvc/xerces/c/branches/xerces-3.1/src/xercesc/util/XMLUni.cpp?rev=1726088&r1=1726087&r2=1726088&view=diff
==============================================================================
--- xerces/c/branches/xerces-3.1/src/xercesc/util/XMLUni.cpp (original)
+++ xerces/c/branches/xerces-3.1/src/xercesc/util/XMLUni.cpp Thu Jan 21
20:18:52 2016
@@ -337,7 +337,7 @@ const XMLCh XMLUni::fgUnknownURIName[] =
, chForwardSlash, chLatin_a, chLatin_p, chLatin_a, chLatin_c
, chLatin_h, chLatin_e, chPeriod, chLatin_o, chLatin_r, chLatin_g
, chForwardSlash, chLatin_x, chLatin_m, chLatin_l, chForwardSlash
- , chLatin_U, chLatin_k, chLatin_n, chLatin_o, chLatin_w, chLatin_n
+ , chLatin_U, chLatin_n, chLatin_k, chLatin_n, chLatin_o, chLatin_w,
chLatin_n
, chLatin_N, chLatin_S, chNull
};
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]