summaryrefslogtreecommitdiff
path: root/src/dialog.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialog.ml')
-rw-r--r--src/dialog.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.ml b/src/dialog.ml
index 826d280..2658035 100644
--- a/src/dialog.ml
+++ b/src/dialog.ml
@@ -167,7 +167,7 @@ let save_export_file ~title ?(folder = "") ?(name = "") () =
None
else
if Option.is_none choice ||
- overwrite_check ~filename:(Option.get choice)
+ overwrite_check ~filename:(Option.get choice)
then
choice
else