This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit f6c194944c83a258e1562b56ce83e49e5edfbe56 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Thu Aug 12 17:01:12 2021 +0900 netlib.h: Fix an nxstyle error --- include/netutils/netlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/netutils/netlib.h b/include/netutils/netlib.h index 04c87e7..e58d2aa 100644 --- a/include/netutils/netlib.h +++ b/include/netutils/netlib.h @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/include/netutils/netlib.h + * apps/include/netutils/netlib.h * Various non-standard APIs to support netutils. All non-standard and * intended only for internal use. *