xiaoxiang781216 commented on code in PR #1362: URL: https://github.com/apache/incubator-nuttx-apps/pull/1362#discussion_r999031623
########## examples/telnetd/telnetd.c: ########## @@ -127,7 +127,7 @@ static void telnetd_quit(int argc, char **argv) static void telnetd_parse(FAR char *line, int len) { - struct ptentry_s *entry; + FAR const struct ptentry_s *entry; Review Comment: Done. -- 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