X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..refs/heads/master:/icuSources/layoutex/ParagraphLayout.cpp diff --git a/icuSources/layoutex/ParagraphLayout.cpp b/icuSources/layoutex/ParagraphLayout.cpp index d57c67bb..9e525cf1 100644 --- a/icuSources/layoutex/ParagraphLayout.cpp +++ b/icuSources/layoutex/ParagraphLayout.cpp @@ -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;