Skip to content

Commit ddc1f18

Browse files
authored
Merge branch 'master' into issue-302
2 parents d59cda5 + 981dc58 commit ddc1f18

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)