aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportFile.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExportFile.m')
-rw-r--r--Source/SPExportFile.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPExportFile.m b/Source/SPExportFile.m
index 66131139..6fd4e217 100644
--- a/Source/SPExportFile.m
+++ b/Source/SPExportFile.m
@@ -26,7 +26,7 @@
#import "SPExportFile.h"
#import "SPFileHandle.h"
-@interface SPExportFile (PrivateAPI)
+@interface SPExportFile ()
- (SPExportFileHandleStatus)_createFileHandle;
@@ -107,6 +107,7 @@
if ([fileManager fileExistsAtPath:[self exportFilePath]]) {
return [[NSFileManager defaultManager] removeItemAtPath:[self exportFilePath] error:nil];
}
+
return NO;
}