xiaoxiang781216 commented on code in PR #3184:
URL: https://github.com/apache/nuttx-apps/pull/3184#discussion_r2355188206


##########
nshlib/nsh_parse.c:
##########
@@ -2936,7 +2936,11 @@ int nsh_parse(FAR struct nsh_vtbl_s *vtbl, FAR char 
*cmdline)
           /* Parse this command */
 
           ret = nsh_parse_command(vtbl, start);
-          if (ret != OK)
+          if ((ret != OK)

Review Comment:
   ```suggestion
             if (ret != OK
   ```



-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

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

Reply via email to