examples/qencoder: fix nxstyle warning and errors
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
a91e10f8e4
commit
aa79958bea
@ -242,7 +242,7 @@ int main(int argc, FAR char *argv[])
|
||||
{
|
||||
printf("qe_main: open %s failed: %d\n", g_qeexample.devpath, errno);
|
||||
exitval = EXIT_FAILURE;
|
||||
goto errout_with_dev;
|
||||
goto errout;
|
||||
}
|
||||
|
||||
/* Reset the count if so requested */
|
||||
|
Loading…
Reference in New Issue
Block a user