From b7bfa04c0649ab83c570826ab0b05257652d3fc1 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sun, 21 Mar 2021 02:03:45 +0800 Subject: [PATCH] =?UTF-8?q?[dfs]=20cat=E5=91=BD=E4=BB=A4=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E5=90=8E=E5=A2=9E=E5=8A=A0\n=20=E4=B8=8Elinux=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dfs/src/dfs_file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/dfs/src/dfs_file.c b/components/dfs/src/dfs_file.c index aa6494457a..802311b54e 100644 --- a/components/dfs/src/dfs_file.c +++ b/components/dfs/src/dfs_file.c @@ -615,6 +615,7 @@ void cat(const char *filename) } } while (length > 0); + rt_kprintf("\n"); dfs_file_close(&fd); }