[Toybox] [PATCH] remove meaningless ' ' flag in df.c
    enh 
    enh at google.com
       
    Wed Feb 25 21:54:38 PST 2015
    
    
  
diff --git a/toys/posix/df.c b/toys/posix/df.c
index 141e8e5..dfc0f25 100644
--- a/toys/posix/df.c
+++ b/toys/posix/df.c
@@ -86,7 +86,7 @@ void df_main(void)
   // Units are 512 bytes if you select "pedantic" without "kilobytes".
   TT.units = p ? 512 : 1024;
-  xprintf("Filesystem% 8s-blocks\tUsed  Available %s Mounted on\n",
+  xprintf("Filesystem%8s-blocks\tUsed  Available %s Mounted on\n",
     p ? "512" : "1K", p ? "Capacity" : "Use%");
   if (!(mtstart = xgetmountlist(0))) return;
 1424930078.0
    
    
More information about the Toybox
mailing list