aboutsummaryrefslogtreecommitdiff
path: root/src/Interface/Dialog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Interface/Dialog.cs')
-rw-r--r--src/Interface/Dialog.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Interface/Dialog.cs b/src/Interface/Dialog.cs
index 806e92d..23f65d7 100644
--- a/src/Interface/Dialog.cs
+++ b/src/Interface/Dialog.cs
@@ -16,9 +16,9 @@ namespace RehauSku.Interface
{
return dialog.FileName;
}
- }
- return string.Empty;
+ else return string.Empty;
+ }
}
public static string[] GetMultiplyFiles()