mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/qencoder: fix nxstyle warning and errors
Signed-off-by: Michal Lenc <michallenc@seznam.cz>
This commit is contained in:
parent
a91e10f8e4
commit
aa79958bea
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue