http: fixed missing static keyword

Type: improvement

Change-Id: Id7a16388a72fc5de5848f3fec7a6dbeb6188f913
Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
Adrian Villin
2024-09-09 09:30:27 +02:00
committed by Florin Coras
parent 4e51841896
commit 540842835f

View File

@@ -7,7 +7,7 @@
#include <http/http.h>
const char *http_status_code_str[] = {
static const char *http_status_code_str[] = {
#define _(c, s, str) str,
foreach_http_status_code
#undef _