This is an automated email from the ASF dual-hosted git repository. aguettouche pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git
commit a7b7c90f6ae4269350c9b36b85d96ce943d194f2 Author: Xiang Xiao <xiaoxi...@xiaomi.com> AuthorDate: Mon Jun 14 23:14:44 2021 +0800 Fix nxstyle warning Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com> --- testing/nxffs/nxffs_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/nxffs/nxffs_main.c b/testing/nxffs/nxffs_main.c index 9b92c1c..43c8771 100644 --- a/testing/nxffs/nxffs_main.c +++ b/testing/nxffs/nxffs_main.c @@ -1,5 +1,5 @@ /**************************************************************************** - * testing/nxffs/nxffs_main.c + * apps/testing/nxffs/nxffs_main.c * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with