Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Apr 2, 2014
1 parent 030c28e commit 467830e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GCDWebUploader/GCDWebUploader.m
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (id)initWithUploadDirectory:(NSString*)path {
#if __has_feature(objc_arc)
__unsafe_unretained GCDWebUploader* uploader = self;
#else
__block GCDWebUploader* server = self;
__block GCDWebUploader* uploader = self;
#endif

// Resource files
Expand Down

0 comments on commit 467830e

Please sign in to comment.