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 10570a71..09d3b6af 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;
@@ -104,6 +104,7 @@
if ([fileManager fileExistsAtPath:[self exportFilePath]]) {
return [[NSFileManager defaultManager] removeItemAtPath:[self exportFilePath] error:nil];
}
+
return NO;
}