Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
Reviewed-By: Fedor Indutny <fedor@indutny.com>
  • Loading branch information
marcomorain authored and indutny committed Sep 9, 2014
1 parent 7bbb774 commit 11ecb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_parser.h
Expand Up @@ -280,7 +280,7 @@ struct http_parser_url {
* unsigned major = (version >> 16) & 255;
* unsigned minor = (version >> 8) & 255;
* unsigned patch = version & 255;
* printf("http_parser v%u.%u.%u\n", major, minor, version);
* printf("http_parser v%u.%u.%u\n", major, minor, patch);
*/
unsigned long http_parser_version(void);

Expand Down

0 comments on commit 11ecb42

Please sign in to comment.