Explorar o código

libdpkg: Remove useless trailing ‘;’ in for (;;) block

Guillem Jover %!s(int64=11) %!d(string=hai) anos
pai
achega
dbafc0431b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/dpkg/tarfn.c

+ 1 - 1
lib/dpkg/tarfn.c

@@ -244,7 +244,7 @@ tar_gnu_long(void *ctx, const struct tar_operations *ops, struct tar_entry *te,
 		copysize = min(long_read, TARBLKSZ);
 		memcpy(bp, buf, copysize);
 		bp += copysize;
-	};
+	}
 
 	return status;
 }