Skip to content

Commit

Permalink
Missing inline specifier in http_status_str function definition fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcity committed Dec 16, 2021
1 parent f96189f commit 8de7ec2
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 8de7ec2

Please sign in to comment.