build using mingw-w64 instead of mingw32
[debian/gzip] / lib / error.c
index 7e7ac2a73c5995e52044ff4ae13f97fb6dc339b4..c79e8d42cb30f51c5284529dc2713065e9736a3c 100644 (file)
@@ -261,7 +261,6 @@ error (int status, int errnum, const char *message, ...)
      cancellation.  Therefore disable cancellation for now.  */
   int state = PTHREAD_CANCEL_ENABLE;
   __libc_ptf_call (pthread_setcancelstate, (PTHREAD_CANCEL_DISABLE, &state),
-
                    0);
 #endif