diff options
Diffstat (limited to 'macosx/HBFilters.m')
-rw-r--r-- | macosx/HBFilters.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBFilters.m b/macosx/HBFilters.m index ec806d643..08c0a5a2d 100644 --- a/macosx/HBFilters.m +++ b/macosx/HBFilters.m @@ -876,7 +876,7 @@ NSString * const HBFiltersChangedNotification = @"HBFiltersChangedNotification"; decodeObjectOrFail(_deblockCustomString, NSString); decodeBool(_grayscale); - decodeInt(_rotate); + decodeInt(_rotate); if (_rotate != 0 && _rotate != 90 && _rotate != 180 && _rotate != 270) { goto fail; } decodeBool(_flip); _notificationsEnabled = YES; |