]> granicus.if.org Git - strace/commitdiff
2004-04-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 4 Jun 2004 01:24:07 +0000 (01:24 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 4 Jun 2004 01:24:07 +0000 (01:24 +0000)
* process.c (printstatus): Add a space before | in output.

process.c

index ee09117550f87655b6d070cc91f8d769f68770ba..038fc14ee793720c2ddea46d7781644937460b75 100644 (file)
--- a/process.c
+++ b/process.c
@@ -1820,7 +1820,7 @@ int status;
        if (status == 0)
                tprintf("]");
        else
-               tprintf("| %#x]", status);
+               tprintf(" | %#x]", status);
 
        return exited;
 }