From 85bb4ad9cb820ac3b8e935a930084a06cbfd2847 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:20 +0200 Subject: Imported Upstream version 0.6.3 --- ClockMeter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ClockMeter.c') diff --git a/ClockMeter.c b/ClockMeter.c index 9e48c29..847a09b 100644 --- a/ClockMeter.c +++ b/ClockMeter.c @@ -12,10 +12,10 @@ in the source distribution for its full text. #include "debug.h" -/* private */ -static int ClockMeter_attributes[] = { CLOCK }; +int ClockMeter_attributes[] = { + CLOCK +}; -/* private */ MeterType ClockMeter = { .setValues = ClockMeter_setValues, .display = NULL, -- cgit v1.2.3