diff options
Diffstat (limited to 'src/shared/copy.c')
-rw-r--r-- | src/shared/copy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shared/copy.c b/src/shared/copy.c index 4c41f2fdd4..233dbbccc7 100644 --- a/src/shared/copy.c +++ b/src/shared/copy.c @@ -82,7 +82,6 @@ int copy_bytes(int fdf, int fdt, off_t max_bytes) { r = loop_write(fdt, buf, (size_t) n, false); if (r < 0) return r; - } next: |