diff options
Diffstat (limited to 'Source/SPAppController.m')
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index d89abe19..f08762e6 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -206,7 +206,7 @@ - (IBAction)openConnectionSheet:(id)sender { // Avoid opening more than NSOpenPanel - if(encodingPopUp){ + if (encodingPopUp) { NSBeep(); return; } |