http: fixed missing static keyword 26/41426/2
authorAdrian Villin <[email protected]>
Mon, 9 Sep 2024 07:30:27 +0000 (09:30 +0200)
committerFlorin Coras <[email protected]>
Mon, 9 Sep 2024 17:24:32 +0000 (17:24 +0000)
Type: improvement

Change-Id: Id7a16388a72fc5de5848f3fec7a6dbeb6188f913
Signed-off-by: Adrian Villin <[email protected]>
src/plugins/http/http_status_codes.h

index 14b6b7d..100095c 100644 (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 _