diff options
author | ritsuka <[email protected]> | 2014-10-23 08:34:55 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2014-10-23 08:34:55 +0000 |
commit | 95089f01515fc339a3cd6254c93e620bab701d37 (patch) | |
tree | 66e7953ecb260cfe4d39308485440f8df9ef647f /macosx/HBLanguagesSelection.m | |
parent | ed4ec257d9efc7254a4cc15e3b24fe8686eb07a2 (diff) |
MacGui: fixed another numbers of warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBLanguagesSelection.m')
-rw-r--r-- | macosx/HBLanguagesSelection.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBLanguagesSelection.m b/macosx/HBLanguagesSelection.m index bdc6ed7ae..7e9ad62ac 100644 --- a/macosx/HBLanguagesSelection.m +++ b/macosx/HBLanguagesSelection.m @@ -240,7 +240,7 @@ NSString *kHBLanguagesDragRowsType = @"kHBLanguagesDragRowsType"; { if (([info draggingSourceOperationMask] == NSDragOperationCopy)) { - return nil; + return NO; } if ([info draggingSource] == view) |