readlink: uClibc supports automatic allocation too now
[oweals/busybox.git] / libbb / full_write.c
index a2abaee25a0580221c8896e7c062539370bb6e49..777fbd9101454ab9d5700446ec5c7fac3f59bbd5 100644 (file)
@@ -30,7 +30,7 @@ ssize_t FAST_FUNC full_write(int fd, const void *buf, size_t len)
                                /* user can do another write to know the error code */
                                return total;
                        }
-                       return cc;      /* write() returns -1 on failure. */
+                       return cc;  /* write() returns -1 on failure. */
                }
 
                total += cc;