*** empty log message ***

This commit is contained in:
Martin Baulig
1999-03-31 17:38:53 +00:00
parent 7011b04cb2
commit 84407de2aa
3 changed files with 36 additions and 5 deletions

View File

@@ -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 (")");
}