ソースを参照

fix another silly mistake

Wichert Akkerman 26 年 前
コミット
f8e895744b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      dpkg-deb/build.c

+ 1 - 1
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);