From: Damiano Galassi Date: Thu, 2 Mar 2017 17:10:18 +0000 (+0100) Subject: MacGui: forgot an else block in the previous commit X-Git-Tag: 1.1.0~673 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c33ca187ddec9cf42378a289d7b4ff90996b948a;p=handbrake MacGui: forgot an else block in the previous commit --- diff --git a/macosx/HBController.m b/macosx/HBController.m index 5cb51da8b..5b721237b 100644 --- a/macosx/HBController.m +++ b/macosx/HBController.m @@ -701,7 +701,10 @@ handler(YES); } - handler(NO); + else + { + handler(NO); + } }]; } else