]> err.no Git - dpkg/commitdiff
fix another silly mistake
authorWichert Akkerman <wakkerma@debian.org>
Sat, 9 Dec 2000 02:05:39 +0000 (02:05 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Sat, 9 Dec 2000 02:05:39 +0000 (02:05 +0000)
dpkg-deb/build.c

index 63f59418e9621cdecca5874b0fafc4dbb816e44f..693a5109742fc3cdce56580a66ccf8a6b8e0f8f6 100644 (file)
@@ -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);