Quellcode durchsuchen

modify tell_seek_dir_sample.c,remove \n

yangjie vor 7 Jahren
Ursprung
Commit
836ba08443
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tell_seek_dir_sample.c

+ 1 - 1
tell_seek_dir_sample.c

@@ -52,7 +52,7 @@ static void telldir_sample(void)
     }
 
     /* 从第三个目录项开始打印*/
-    rt_kprintf("\nthe result of tell_seek_dir is:\n");
+    rt_kprintf("the result of tell_seek_dir is:\n");
     for (dp = readdir(dirp); dp != NULL; dp = readdir(dirp))
     {
         rt_kprintf("%s\n", dp->d_name);