examples/chrono/chrono_main.c: Appease nxstyle
This commit is contained in:
parent
229d62eddb
commit
a0c7a719c4
@ -192,7 +192,8 @@ static int button_daemon(int argc, char *argv[])
|
||||
if (ret < 0)
|
||||
{
|
||||
int errcode = errno;
|
||||
printf("button_daemon: ERROR: sigwaitinfo() failed: %d\n", errcode);
|
||||
printf("button_daemon: ERROR: sigwaitinfo() failed: %d\n",
|
||||
errcode);
|
||||
goto errout_with_fd;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user