X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9add51f18ec5f753ba77b2011eae980eba4a0be5..bb6721dce6bac8ff2374609bf5f99ea7e6fe2c70:/zlib/infutil.h diff --git a/zlib/infutil.h b/zlib/infutil.h index bc96d111..5f0294ea 100644 --- a/zlib/infutil.h +++ b/zlib/infutil.h @@ -1,5 +1,5 @@ /* infutil.h -- types and macros common to blocks and codes - * Copyright (C) 1995-1998 Mark Adler + * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.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 */