diff options
author | dynaflash <[email protected]> | 2011-06-14 20:48:15 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-06-14 20:48:15 +0000 |
commit | 5cda40098c43e925c711679c8d523b6ad420c9e6 (patch) | |
tree | cf87cfd667fa9f2670e5845636ed27965f5eca86 /macosx/HBAudio.m | |
parent | 4f5d31904d79f307f47ebada7a32b88cbe0ebcba (diff) |
MacGui: Add blank line to previous commit files to fix the commit notes I totally borked.
- Proper change is: Simplify conditionals to make them more readable. As per https://reviews.handbrake.fr/r/123/
- Reverts commit notes for https://trac.handbrake.fr/changeset/4056 besides the update to xcode 3.2.6
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4057 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAudio.m')
-rw-r--r-- | macosx/HBAudio.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBAudio.m b/macosx/HBAudio.m index 784d8a202..f40f9e31b 100644 --- a/macosx/HBAudio.m +++ b/macosx/HBAudio.m @@ -716,3 +716,4 @@ static NSMutableArray *masterBitRateArray = nil; } @end + |