summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/block/block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/VFS/block/block.c b/examples/VFS/block/block.c
index a8b17a35dd4..7ced065bad6 100644
--- a/examples/VFS/block/block.c
+++ b/examples/VFS/block/block.c
@@ -144,7 +144,7 @@ struct vfs_ops execute_vfs_ops = {
extern BOOL pm_process(char *FileName, BOOL (*sfunc)(char *), BOOL(*pfunc)(char * , char *));
-//functions
+/* functions */
BOOL enter_pblock_mount(char *dir);
BOOL get_section(char *sect);