]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/ParagraphLayout.cpp
ICU-66108.tar.gz
[apple/icu.git] / icuSources / layoutex / ParagraphLayout.cpp
index d57c67bb5594922738f9158de6ca80c578177d7f..9e525cf1c5219817cdb288bf1b03fa8d8f47a313 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
  *   Copyright (C) 2002-2014, International Business Machines
@@ -383,7 +385,7 @@ ParagraphLayout::ParagraphLayout(const LEUnicode chars[], le_int32 count,
     }
     else {
         // initialize
-        for (runStart = 0, run = 0; run < fStyleRunCount; run += 1) {
+        for (run = 0; run < fStyleRunCount; run += 1) {
             fStyleRunInfo[run].font = NULL;
             fStyleRunInfo[run].runBase = 0;
             fStyleRunInfo[run].runLimit = 0;