Skip to content

Commit

Permalink
Removes Warning that occurs when building for 64-bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
rsobik committed Feb 26, 2013
1 parent fe8a419 commit 0720334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nocilla/Stubs/LSStubResponse.m
Expand Up @@ -59,7 +59,7 @@ - (NSDictionary *)headers {

- (NSString *)description {
return [NSString stringWithFormat:@"StubRequest:\nStatus Code: %d\nHeaders: %@\nBody: %@",
self.statusCode,
(int)self.statusCode,
self.mutableHeaders,
self.body];
}
Expand Down

0 comments on commit 0720334

Please sign in to comment.