From 2f1f82ee87f42b53593575241839d6d3b277880f Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 6 Jun 2006 20:41:01 +0000 Subject: Updates for new version of the MakeHeader.py script. --- ClockMeter.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ClockMeter.c') diff --git a/ClockMeter.c b/ClockMeter.c index 9e48c295..847a09b1 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