From 5f2c40bf66d37dac3547078ecf3a3f0d86848be0 Mon Sep 17 00:00:00 2001 From: "gtm.daemon" Date: Thu, 14 Jun 2012 14:30:10 +0000 Subject: [Author: thomasvl] Fix wrong CPP gate. TBR=dmaclach --- Foundation/GTMNSFileManager+Path.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Foundation/GTMNSFileManager+Path.m') diff --git a/Foundation/GTMNSFileManager+Path.m b/Foundation/GTMNSFileManager+Path.m index a22258a..c29697b 100644 --- a/Foundation/GTMNSFileManager+Path.m +++ b/Foundation/GTMNSFileManager+Path.m @@ -21,7 +21,7 @@ @implementation NSFileManager (GMFileManagerPathAdditions) -#if GTM_MACOSX_SDK && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) +#if GTM_MACOS_SDK && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) - (BOOL)gtm_createFullPathToDirectory:(NSString *)path attributes:(NSDictionary *)attributes { @@ -52,7 +52,7 @@ return YES; } -#endif // GTM_MACOSX_SDK && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) +#endif // GTM_MACOS_SDK && (MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_5) - (NSArray *)gtm_filePathsWithExtension:(NSString *)extension inDirectory:(NSString *)directoryPath { -- cgit v1.2.3