From: Wichert Akkerman Date: Sat, 9 Dec 2000 02:05:39 +0000 (+0000) Subject: fix another silly mistake X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8e895744b538d5e6da62b6a1e245937553f64df;p=dpkg fix another silly mistake --- 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);