seccomp_unotify.2: Minor cleanup fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-10-30 09:55:16 +01:00
parent 40fdc84999
commit 8bae56c220
1 changed files with 1 additions and 1 deletions

View File

@ -1432,7 +1432,7 @@ static bool
cookieIsValid(int notifyFd, uint64_t id)
{
if (ioctl(notifyFd, SECCOMP_IOCTL_NOTIF_ID_VALID, &id) == \-1) {
perror("\etS: notification ID check failed!!!\en");
perror("\etS: notification ID check failed!!!");
return false;
}