Tiny style fix, thanks Axel

This commit is contained in:
John Scipione 2013-04-06 23:01:24 -04:00
parent 2895c48c12
commit c6b72ad6e4

View File

@ -72,7 +72,7 @@ const int32 kMinimumIconSize = 16;
const int32 kMaximumIconSize = 96;
const int32 kIconSizeInterval = 8;
const int32 kIconCacheCount = (kMaximumIconSize - kMinimumIconSize)
/ kIconSizeInterval + 1;
/ kIconSizeInterval + 1;
// update preferences message constant
const uint32 kUpdatePreferences = 'Pref';