Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 15, 2014
1 parent 1c725fb commit 0d4d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ do {
;
if (rret <= 0)
return IOError;
/* decode */
rsize = rret;
/*
pret = phr_decode_chunked(&decoder, buf + size, &rsize);
if (pret == -1)
return ParseError;
Expand Down

0 comments on commit 0d4d724

Please sign in to comment.