diff options
Diffstat (limited to 'macosx/HBRange.m')
-rw-r--r-- | macosx/HBRange.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBRange.m b/macosx/HBRange.m index 26b354395..c5183ed9b 100644 --- a/macosx/HBRange.m +++ b/macosx/HBRange.m @@ -216,7 +216,7 @@ NSString *HBRangeChangedNotification = @"HBRangeChangedNotification"; decodeInt(_frameStart); decodeInt(_frameStop); - + return self; fail: |