summaryrefslogtreecommitdiff
path: root/examples/pprint.c
diff options
context:
space:
mode:
authorBenoît Dejean <bdejean@src.gnome.org>2004-09-25 08:46:44 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2004-09-25 08:46:44 +0000
commitd809faba3e6cd17bb19025bb32d9a1713a0cc692 (patch)
treeb38648cedfe9cbf2ee9fcc105537c56cc8edd1c4 /examples/pprint.c
parentd0833edb6656d193fe834d1f520ce25a80d337ff (diff)
downloadlibgtop-d809faba3e6cd17bb19025bb32d9a1713a0cc692.tar.gz
Added missing call to libgtop_init();
* df.c: (main): * pprint.c: (main): * procargs.c: (main): Added missing call to libgtop_init();
Diffstat (limited to 'examples/pprint.c')
-rw-r--r--examples/pprint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/pprint.c b/examples/pprint.c
index de1d9d1c..de8d2994 100644
--- a/examples/pprint.c
+++ b/examples/pprint.c
@@ -216,6 +216,8 @@ static void pprint_get_uptime()
int main()
{
+ glibtop_init();
+
pprint_get_cpu();
pprint_get_fsusage("/");