From 7e2cd3c5f4576a44e62d5727ef19ab747964c775 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 2 Jun 2020 15:14:20 +0200 Subject: Minor cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- print.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/print.c b/print.c index 9ca03c8..1d7c8fd 100644 --- a/print.c +++ b/print.c @@ -954,9 +954,7 @@ print_systemcall_exit(struct process *proc) tprintf(proc, "= %lli", (long long int)proc->ret); if (RETURN_IS_ERROR(proc->ret)) { - tprintf(proc, " (%s: %s)", get_errno_name(-(int)proc->ret), strerror(-(int)proc->ret)); - tprintf(proc, "\n"); - + tprintf(proc, " (%s: %s)\n", get_errno_name(-(int)proc->ret), strerror(-(int)proc->ret)); } else { tprintf(proc, "\n"); for (i = 0; i < 6; i++) { -- cgit v1.2.3-70-g09d2