From f8e895744b538d5e6da62b6a1e245937553f64df Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Sat, 9 Dec 2000 02:05:39 +0000 Subject: [PATCH] fix another silly mistake --- dpkg-deb/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index 63f59418..693a5109 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -149,8 +149,8 @@ int internalGzip(int fd1, int fd2, const char *compression, char *desc, ...) { gzFile gzfile; char gzbuffer[4096]; int gzactualwrite, actualread; - char combuf[6]; #endif + char combuf[6]; varbufinit(&v); -- 2.39.5