summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_init.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_init.c b/cpukit/libfs/src/devfs/devfs_init.c
index 5f6521a045..62f31e86b9 100644
--- a/cpukit/libfs/src/devfs/devfs_init.c
+++ b/cpukit/libfs/src/devfs/devfs_init.c
@@ -35,7 +35,7 @@ rtems_filesystem_operations_table devFS_ops =
rtems_filesystem_default_symlink,
rtems_filesystem_default_readlink,
rtems_filesystem_default_rename,
- rtems_filesystem_default_statvfs
+ rtems_filesystem_default_statvfs
};