ICU-353 corrected initialization of array.

X-SVN-Rev: 2077
This commit is contained in:
Yves Arrouye 2000-07-31 18:46:38 +00:00
parent b386934919
commit 7cc6dbc8c8

View File

@ -42,7 +42,7 @@
* -finish:
* (BSR: Bit Scan Reverse, scans for a 1-bit, starting from the MSB)
*/
U_CAPI uint8_t U_EXPORT2
U_EXPORT uint8_t U_EXPORT2
utf8_countTrailBytes[256]={
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,