Skip to content

Commit 981dc58

Browse files
authored
Merge pull request ipkn#303 from navidcity/new_parser_branch
Missing inline specifier in http_status_str function definition fixed
2 parents f96189f + 8de7ec2 commit 981dc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/crow/http_parser_merged.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@ static const char *method_strings[] =
25682568
return CROW_ELEM_AT(method_strings, m, "<unknown>");
25692569
}
25702570

2571-
const char *
2571+
inline const char *
25722572
http_status_str (enum http_status s)
25732573
{
25742574
switch (s) {

0 commit comments

Comments
 (0)