diff --git a/components/dfs/src/dfs_file.c b/components/dfs/src/dfs_file.c index 1f6f0d1e29..56a28f5331 100644 --- a/components/dfs/src/dfs_file.c +++ b/components/dfs/src/dfs_file.c @@ -857,6 +857,7 @@ void cat(const char *filename) rt_device_write(out_device, 0, (void *)buffer, sizeof(buffer)); } } while (length > 0); + rt_kprintf("\n"); dfs_file_close(&fd); }