From: Eugene Syromyatnikov Date: Mon, 22 Jan 2018 12:31:25 +0000 (+0100) Subject: signal.c: remove excess semicolon after the end of the function X-Git-Tag: v4.21~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c179cc51842d10b53dc48bdf781004c62591537d;p=strace signal.c: remove excess semicolon after the end of the function * signal.c (rt_sigtimedwait): Remove semicolon after the function body. --- diff --git a/signal.c b/signal.c index d3520fb7..b35c0e09 100644 --- a/signal.c +++ b/signal.c @@ -679,7 +679,7 @@ SYS_FUNC(rt_sigtimedwait) } } return 0; -}; +} SYS_FUNC(restart_syscall) {