Skip to content

Commit

Permalink
Merge pull request #14 from nicoyuste/master
Browse files Browse the repository at this point in the history
Solving Warning at compile time.
  • Loading branch information
sebyddd committed Nov 26, 2014
2 parents e482526 + 2b932a8 commit d29c4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDiPhoneVersion/SDiPhoneVersion.m
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ +(DeviceVersion)deviceVersion {

+(DeviceSize)deviceSize {

CGFloat screenHeight;
CGFloat screenHeight=0;

if (iOSVersionGreaterThan(@"8")) {

Expand Down

0 comments on commit d29c4ef

Please sign in to comment.