summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:55:29 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:55:29 +0000
commit130938f69112057b2786b07b17e8686578a292ac (patch)
treec3e8043993074a5f53e579d4a7976113004b83cf /Meter.c
parent0df3ea08d33504780d202be0051acad7bcc0719e (diff)
Fixes for header generation.
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index c35b6a9d..c405e556 100644
--- a/Meter.c
+++ b/Meter.c
@@ -1,6 +1,6 @@
/*
htop - Meter.c
-(C) 2004,2005 Hisham H. Muhammad
+(C) 2004-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
@@ -66,6 +66,9 @@ extern char* METER_CLASS;
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))
#endif
+#ifndef MAX
+#define MAX(a,b) ((a)>(b)?(a):(b))
+#endif
/* private property */
char* METER_CLASS = "Meter";

© 2014-2024 Faster IT GmbH | imprint | privacy policy