You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/03/17 02:23:26 UTC

[nuttx-apps] 07/17: apps/examples/mount/Makefile: fix nxstyle

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git

commit e4f0a556735dc471e33a84ef7ccb77601ceff7b8
Author: simbit18 <10...@users.noreply.github.com>
AuthorDate: Fri Mar 10 15:12:43 2023 +0100

    apps/examples/mount/Makefile: fix nxstyle
    
    fix error: Relative file path does not match actual file
---
 examples/mount/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mount/Makefile b/examples/mount/Makefile
index 652f2d302..32d8641a9 100644
--- a/examples/mount/Makefile
+++ b/examples/mount/Makefile
@@ -1,5 +1,5 @@
 ############################################################################
-# apps/Makefile
+# apps/examples/mount/Makefile
 #
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with