summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-06-13 08:19:59 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-06-13 08:19:59 +0000
commit7fe2ca8cd7b6b54910868c69986e2e01fb322ad6 (patch)
treed8cec0c2d2bb8ce7d1c25a6a0c351a5a21bea935
parent16bcad422c766584b5322e8a4f9c3bc7f4164354 (diff)
downloadlibgtop-7fe2ca8cd7b6b54910868c69986e2e01fb322ad6.tar.gz
*** empty log message ***
-rw-r--r--include/glibtop/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
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 */
};