From: mdw Date: Sun, 2 Jul 2000 22:20:42 +0000 (+0000) Subject: Fix constant name. X-Git-Tag: 2.0.4~174 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/commitdiff_plain/573c5b4604c8698675fcdf2616846d2a74edcaf2?ds=sidebyside Fix constant name. --- diff --git a/crc32.h b/crc32.h index 2ecbdc0..2b36e5f 100644 --- a/crc32.h +++ b/crc32.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: crc32.h,v 1.5 1999/12/10 23:42:04 mdw Exp $ + * $Id: crc32.h,v 1.6 2000/07/02 22:20:42 mdw Exp $ * * Calculating cyclic redundancy values (non-cryptographic!) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: crc32.h,v $ + * Revision 1.6 2000/07/02 22:20:42 mdw + * Fix constant name. + * * Revision 1.5 1999/12/10 23:42:04 mdw * Change header file guard names. * @@ -48,7 +51,7 @@ */ #ifndef MLIB_CRC32_H -#define CRC32_h +#define MLIB_CRC32_H #ifdef __cplusplus extern "C" {