http: fixed missing static keyword
Type: improvement Change-Id: Id7a16388a72fc5de5848f3fec7a6dbeb6188f913 Signed-off-by: Adrian Villin <avillin@cisco.com>
This commit is contained in:
committed by
Florin Coras
parent
4e51841896
commit
540842835f
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user