From 7fe2ca8cd7b6b54910868c69986e2e01fb322ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sun, 13 Jun 2004 08:19:59 +0000 Subject: [PATCH] *** empty log message *** --- include/glibtop/sysinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/glibtop/sysinfo.h b/include/glibtop/sysinfo.h index 87517ddd..28f3fad3 100644 --- a/include/glibtop/sysinfo.h +++ b/include/glibtop/sysinfo.h @@ -43,7 +43,7 @@ typedef struct _glibtop_entry glibtop_entry; struct _glibtop_entry { - GPtrArray *labels; /* unused */ + GPtrArray *labels; GHashTable *values; /* key -> description */ GHashTable *descriptions; /* unused */ };