]> granicus.if.org Git - handbrake/commitdiff
MacGui: forgot an else block in the previous commit
authorDamiano Galassi <damiog@gmail.com>
Thu, 2 Mar 2017 17:10:18 +0000 (18:10 +0100)
committerDamiano Galassi <damiog@gmail.com>
Thu, 2 Mar 2017 17:10:18 +0000 (18:10 +0100)
macosx/HBController.m

index 5cb51da8b4f32cb4604782bb302fb72c1d462d7f..5b721237bfe79ea0862bc210333b8146540e8d0d 100644 (file)
 
                 handler(YES);
             }
-            handler(NO);
+            else
+            {
+                handler(NO);
+            }
         }];
     }
     else