Browse Source

Chris is picky.

pull/373/head
Greg Holmes 9 years ago
parent
commit
71672cda5f
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      src/com/dmdirc/ui/FatalErrorDialog.java

+ 1
- 3
src/com/dmdirc/ui/FatalErrorDialog.java View File

241
         }
241
         }
242
         if (!sendReports) {
242
         if (!sendReports) {
243
             countDownLatch.countDown();
243
             countDownLatch.countDown();
244
-            countDownLatch.countDown();
245
-        } else {
246
-            countDownLatch.countDown();
247
         }
244
         }
245
+        countDownLatch.countDown();
248
     }
246
     }
249
 
247
 
250
     /**
248
     /**

Loading…
Cancel
Save