summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index 1560bde..6d87551 100644
--- a/time.c
+++ b/time.c
@@ -790,7 +790,7 @@ printsigevent(struct tcb *tcp, long arg)
return;
}
#endif
- if (umove (tcp, arg, &sev) < 0)
+ if (umove(tcp, arg, &sev) < 0)
tprintf("{...}");
else {
tprintf("{%p, ", sev.sigev_value.sival_ptr);