Skip to content

Commit

Permalink
Added missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
abbeycode committed May 18, 2018
1 parent 4f37d28 commit 6377a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/URKArchive.mm
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ - (BOOL)extractFilesTo:(NSString *)filePath

RARSetCallback(welf.rarFile, AllowCancellationCallbackProc, (long)(__bridge void *) self);
self.shouldCancelBlock = ^BOOL{
URKCreateActivity("shouldCancelBlock")
URKCreateActivity("shouldCancelBlock");
URKLogDebug("Progress.isCancelled: %{public}@", progress.isCancelled ? @"YES" : @"NO")
return progress.isCancelled;
};
Expand Down

0 comments on commit 6377a72

Please sign in to comment.