commit e5a8ccd9af779530a8efb83066cd0604efdf85ef parent 6922539f10f584cd856d1810294d0f0bdf57b10d Author: qorg11 <qorg@vxempire.xyz> Date: Fri, 25 Dec 2020 19:39:41 +0100 Delete useless blank line Diffstat:
M | src/cat.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/cat.c b/src/cat.c @@ -20,7 +20,6 @@ cat(int fd, const char *filename) fprintf(stderr,"error opening %s: %s\n", filename,strerror(errno)); - while((c = read(fd,buf,sizeof(buf))) > 0) write(1,buf,c); close(fd);