summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */
};