From 6db2d52261d676a378625a24c307fa718025bc5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 28 Sep 2020 12:23:07 +0200 Subject: Covert Meter attributes to file-local constant arrays --- HostnameMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HostnameMeter.c') diff --git a/HostnameMeter.c b/HostnameMeter.c index 60bd8125..edb23358 100644 --- a/HostnameMeter.c +++ b/HostnameMeter.c @@ -12,7 +12,7 @@ in the source distribution for its full text. #include -int HostnameMeter_attributes[] = { +static const int HostnameMeter_attributes[] = { HOSTNAME }; -- cgit v1.2.3