From 1c3b10e07a1aa0d6383d5fc791d81109ec4bca16 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Wed, 2 May 2018 09:20:13 +0000 Subject: [PATCH] Update: mark internal table static --- src/errors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/errors.c b/src/errors.c index 9af2fe01..89f73018 100644 --- a/src/errors.c +++ b/src/errors.c @@ -15,7 +15,7 @@ #define CATMODULE "errors" // cut -d' ' -f2 x | while read x; do printf " {.id = %-60s .http_status = xxx,\n .message = \"\"},\n" "$x",; done -const icecast_error_t __errors[] = { +static const icecast_error_t __errors[] = { {.id = ICECAST_ERROR_ADMIN_DEST_NOT_RUNNING, .http_status = 400, .uuid = "52735a81-16fe-4d7e-9984-5aed8a941055", .message = "Destination not running"},