X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9add51f18ec5f753ba77b2011eae980eba4a0be5..b52c1d9d3aec51afbc9d1c5561d2b70d8bcecf54:/zlib/infutil.h diff --git a/zlib/infutil.h b/zlib/infutil.h index bc96d111..c5748e1e 100644 --- a/zlib/infutil.h +++ b/zlib/infutil.h @@ -21,7 +21,7 @@ typedef enum { CODES, /* processing fixed or dynamic block */ DRY, /* output remaining window bytes */ DONE, /* finished last block, done */ - BAD} /* got a data error--stuck here */ + zBAD} /* got a data error--stuck here */ inflate_block_mode; /* inflate blocks semi-private state */