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 --- ClockMeter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClockMeter.c') diff --git a/ClockMeter.c b/ClockMeter.c index 3168b3e9..6ad191a2 100644 --- a/ClockMeter.c +++ b/ClockMeter.c @@ -12,7 +12,7 @@ in the source distribution for its full text. #include -int ClockMeter_attributes[] = { +static const int ClockMeter_attributes[] = { CLOCK }; -- cgit v1.2.3