forked from nuttx/nuttx-update
libs/libc/misc: fix alignment in fdcheck
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
3fe371f60f
commit
558fa503d0
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ int fdcheck_restore(int val)
|
|||
if (pid_expect != pid_now && pid_expect != ppid_now && pid_expect != 0)
|
||||
{
|
||||
ferr("pid_expect %d pid_now %d ppid_now %d\n",
|
||||
pid_expect, pid_now, ppid_now);
|
||||
pid_expect, pid_now, ppid_now);
|
||||
PANIC();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue