]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/unewdata.c
ICU-6.2.10.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / unewdata.c
index c95c49b08c1d2e9773840f7ae214bd8c49be2618..5666c87fda2175ed8a1883d804acb91cca117f15 100644 (file)
@@ -1,7 +1,7 @@
 /*
 *******************************************************************************
 *
 /*
 *******************************************************************************
 *
-*   Copyright (C) 1999,2001, International Business Machines
+*   Copyright (C) 1999,2004, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
 *   Corporation and others.  All Rights Reserved.
 *
 *******************************************************************************
@@ -167,7 +167,7 @@ udata_writeBlock(UNewDataMemory *pData, const void *s, int32_t length) {
 
 U_CAPI void U_EXPORT2
 udata_writePadding(UNewDataMemory *pData, int32_t length) {
 
 U_CAPI void U_EXPORT2
 udata_writePadding(UNewDataMemory *pData, int32_t length) {
-    static uint8_t padding[16]={
+    static const uint8_t padding[16]={
         0xaa, 0xaa, 0xaa, 0xaa,
         0xaa, 0xaa, 0xaa, 0xaa,
         0xaa, 0xaa, 0xaa, 0xaa,
         0xaa, 0xaa, 0xaa, 0xaa,
         0xaa, 0xaa, 0xaa, 0xaa,
         0xaa, 0xaa, 0xaa, 0xaa,