Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Commit

Permalink
Added empty status
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jul 23, 2009
1 parent f07b4d7 commit af06792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/YAJLParser.h
Expand Up @@ -53,6 +53,7 @@ enum {
typedef NSUInteger YAJLParserOptions;

enum {
YAJLParserStatusNone = 0,
YAJLParserStatusOK = 1,
YAJLParserStatusInsufficientData,
YAJLParserStatusError
Expand Down

0 comments on commit af06792

Please sign in to comment.