Skip to content

Commit

Permalink
Merge pull request #303 from navidcity/new_parser_branch
Browse files Browse the repository at this point in the history
Missing inline specifier in http_status_str function definition fixed
  • Loading branch information
The-EDev authored Dec 17, 2021
2 parents f96189f + 8de7ec2 commit 981dc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crow/http_parser_merged.h
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ static const char *method_strings[] =
return CROW_ELEM_AT(method_strings, m, "<unknown>");
}

const char *
inline const char *
http_status_str (enum http_status s)
{
switch (s) {
Expand Down

0 comments on commit 981dc58

Please sign in to comment.