silence a warning

This commit is contained in:
Mitchell Livingston
2011-02-20 15:05:01 +00:00
parent c1ac1d629f
commit 9d805527e3
3 changed files with 2 additions and 7 deletions

View File

@@ -240,7 +240,7 @@ typedef enum
statusFrame.size.width -= 25.0;
const CGFloat difference = NSMaxX(statusFrame) + 5.0 - NSMinX([fTotalDLImageView frame]);
if (difference > 0)
if (difference > 0.0)
statusFrame.size.width -= difference;
[fStatusButton setFrame: statusFrame];