diff options
author | dynaflash <[email protected]> | 2008-12-04 16:41:00 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-12-04 16:41:00 +0000 |
commit | c78106fafb93446fcca1eb906b67b60935f6e82d (patch) | |
tree | 16eff11f1a69c63d1973e2204b2e702d34ca1c62 /macosx | |
parent | 187fc4b2c297a1cba126270cb526bfc159c29d5c (diff) |
MacGui: Fix a built error introduced in 2003
- Note to self: (don't leave an errant */ )
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2004 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 80e787582..3ac95d006 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -5705,7 +5705,6 @@ return YES; } /* If the preset has an objectForKey:@"UsesPictureFilters", and handle the filters here */ - */ if ([chosenPreset objectForKey:@"UsesPictureFilters"] && [[chosenPreset objectForKey:@"UsesPictureFilters"] intValue] > 0) { /* Filters */ |