* procargs.c: (show_args), (main): Updated.
This commit is contained in:
Benoît Dejean
2004-09-20 22:05:32 +00:00
parent f561120748
commit a6311d88c3
2 changed files with 5 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ static void show_args(pid_t pid)
while(*parg)
{
printf("\"%s\"\t", *parg);
printf("\"%s\" ", *parg);
parg++;
}