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 395b0094a5f3eff07dc8cbb54dd6d703477134d2 Author: Alin Jerpelea <[email protected]> AuthorDate: Thu Jun 10 17:10:34 2021 +0200 nshlib: nxstyle fixes fixes for errors reported by the nxstyle tool Signed-off-by: Alin Jerpelea <[email protected]> --- nshlib/nsh_dbgcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/nsh_dbgcmds.c b/nshlib/nsh_dbgcmds.c index c6b0b51..08289ad 100644 --- a/nshlib/nsh_dbgcmds.c +++ b/nshlib/nsh_dbgcmds.c @@ -1,5 +1,5 @@ /**************************************************************************** - * apps/nshlib/dbg_dbgcmds.c + * apps/nshlib/nsh_dbgcmds.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with
