]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucnv2022.cpp
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / common / ucnv2022.cpp
index 2289e80c851c1aea5e5baf347f63c9b03be9f75e..842883574585980ba0e171be6d5a5d53c1f11443 100644 (file)
@@ -1,6 +1,6 @@
 /*
 **********************************************************************
-*   Copyright (C) 2000-2012, International Business Machines
+*   Copyright (C) 2000-2014, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 **********************************************************************
 *   file name:  ucnv2022.cpp
@@ -748,7 +748,7 @@ getKey_2022(char c,int32_t* key,int32_t* offset){
 
     while (hi != low)  /*binary search*/{
 
-        register int32_t mid = (hi+low) >> 1; /*Finds median*/
+        int32_t mid = (hi+low) >> 1; /*Finds median*/
 
         if (mid == oldmid)
             break;