From 9a07a953a77bf00e8c50306b7c4f04004222ddc8 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 13 Apr 2012 08:37:04 -0700 Subject: [PATCH] Fixing pragma mark label --- AFNetworking/AFHTTPRequestOperation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking/AFHTTPRequestOperation.m b/AFNetworking/AFHTTPRequestOperation.m index 8d389a0..679ff22 100644 --- a/AFNetworking/AFHTTPRequestOperation.m +++ b/AFNetworking/AFHTTPRequestOperation.m @@ -257,7 +257,7 @@ NSString * AFCreateIncompleteDownloadDirectoryPath(void) { } } -#pragma mark - AFHTTPClientOperation +#pragma mark - AFHTTPRequestOperation + (NSIndexSet *)acceptableStatusCodes { return [NSIndexSet indexSetWithIndexesInRange:NSMakeRange(200, 100)];