summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/devfs/devfs_show.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/devfs/devfs_show.c')
-rw-r--r--cpukit/libfs/src/devfs/devfs_show.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libfs/src/devfs/devfs_show.c b/cpukit/libfs/src/devfs/devfs_show.c
index 83dcf857fc..e449caf49f 100644
--- a/cpukit/libfs/src/devfs/devfs_show.c
+++ b/cpukit/libfs/src/devfs/devfs_show.c
@@ -26,7 +26,7 @@ int devFS_Show(void)
for (i = 0; i < rtems_device_table_size; i++){
if (device_name_table[i].device_name){
- printk("/%s %d %d\n", device_name_table[i].device_name,
+ printk("/%s %d %d\n", device_name_table[i].device_name,
device_name_table[i].major, device_name_table[i].minor);
}
}