diff options
author | dynaflash <[email protected]> | 2011-06-14 20:37:17 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2011-06-14 20:37:17 +0000 |
commit | 4f5d31904d79f307f47ebada7a32b88cbe0ebcba (patch) | |
tree | 8418efda047447dbd5ac50526cf08e3f6c6fe267 /macosx/HandBrake.xcodeproj/project.pbxproj | |
parent | d4b5c3e9ea690220fb7e959aed0c68a2e73b0316 (diff) |
MacGui: Don't call "return" at the end of a void function.
- Generally speaking, the fewer (simple) lines of code their are, the easier it is for someone to learn/understand it, so there's no good reason to have no-op lines laying around.
- As per https://reviews.handbrake.fr/r/122/
- Also re commit the update to xcode 3.2.6 commit from https://trac.handbrake.fr/changeset/4004 which I borked later.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4056 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HandBrake.xcodeproj/project.pbxproj')
-rw-r--r-- | macosx/HandBrake.xcodeproj/project.pbxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HandBrake.xcodeproj/project.pbxproj b/macosx/HandBrake.xcodeproj/project.pbxproj index a39496c88..4a20105b4 100644 --- a/macosx/HandBrake.xcodeproj/project.pbxproj +++ b/macosx/HandBrake.xcodeproj/project.pbxproj @@ -540,6 +540,7 @@ }; buildConfigurationList = 4D4E7BC4087804870051572B /* Build configuration list for PBXProject "HandBrake" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, |