*** empty log message ***

This commit is contained in:
Benoît Dejean
2004-06-13 08:19:59 +00:00
parent 16bcad422c
commit 7fe2ca8cd7

View File

@@ -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 */
};