Quellcode durchsuchen

Chris is picky.

pull/373/head
Greg Holmes vor 9 Jahren
Ursprung
Commit
71672cda5f
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1
    3
      src/com/dmdirc/ui/FatalErrorDialog.java

+ 1
- 3
src/com/dmdirc/ui/FatalErrorDialog.java Datei anzeigen

@@ -241,10 +241,8 @@ public final class FatalErrorDialog extends JDialog implements ActionListener,
241 241
         }
242 242
         if (!sendReports) {
243 243
             countDownLatch.countDown();
244
-            countDownLatch.countDown();
245
-        } else {
246
-            countDownLatch.countDown();
247 244
         }
245
+        countDownLatch.countDown();
248 246
     }
249 247
 
250 248
     /**

Laden…
Abbrechen
Speichern