summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/Controller.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 4bc8cb583..cbe2ea4ed 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -433,10 +433,10 @@ return registrationDictionary;
break;
case 1:
ext = "avi";
+ break;
case 2:
- break;
ext = "ogm";
- break;
+ break;
}