Skip to content

Commit

Permalink
* init bug
Browse files Browse the repository at this point in the history
  • Loading branch information
itod committed Mar 24, 2014
1 parent 638fc49 commit b845e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PKParser.m
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ @implementation PKParser

- (id)init {
self = [self initWithDelegate:nil];
return nil;
return self;
}


Expand Down

0 comments on commit b845e38

Please sign in to comment.