Skip to content

Commit

Permalink
Fixed warning, closes Cocoanetics#150
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Mar 23, 2012
1 parent 7c5133d commit 59eae6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/Source/DTCoreTextLayoutFrame.m
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ - (void)_buildLinesWithTypesetter
CGFloat lineHeightMultiplier;
} paragraphMetrics;

paragraphMetrics currentParaMetrics = {0};
paragraphMetrics previousParaMetrics = {0};
paragraphMetrics currentParaMetrics = {0,0};
paragraphMetrics previousParaMetrics = {0,0};

lineMetrics currentLineMetrics;
lineMetrics previousLineMetrics;
Expand Down

0 comments on commit 59eae6e

Please sign in to comment.