You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/06/16 08:58:17 UTC

[GitHub] [incubator-nuttx-apps] michallenc commented on a change in pull request #779: examples/qencoder: fix nxstyle warning and errors

michallenc commented on a change in pull request #779:
URL: https://github.com/apache/incubator-nuttx-apps/pull/779#discussion_r652492475



##########
File path: examples/qencoder/qe_main.c
##########
@@ -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;

Review comment:
       Done, thanks.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org