summaryrefslogtreecommitdiff
path: root/examples/first.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-03-31 17:38:53 +0000
committerMartin Baulig <martin@src.gnome.org>1999-03-31 17:38:53 +0000
commit84407de2aa150b5ab221dab48c8e9bfdd970940c (patch)
tree318fb637aabd262e12fc0a960da396bf879f3aaf /examples/first.c
parent7011b04cb2472500d3a9e48b738817c5bedc5f2b (diff)
downloadlibgtop-84407de2aa150b5ab221dab48c8e9bfdd970940c.tar.gz
*** empty log message ***
Diffstat (limited to 'examples/first.c')
-rw-r--r--examples/first.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/first.c b/examples/first.c
index b9268726..e034e8bf 100644
--- a/examples/first.c
+++ b/examples/first.c
@@ -273,7 +273,7 @@ main (int argc, char *argv [])
if (i)
printf (" %d", data.proc_uid.groups [i]);
else
- printf ("(%d", data.proc_uid.groups [i]);
+ printf (" (%d", data.proc_uid.groups [i]);
}
printf (")");
}