diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-27 00:50:05 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-07-21 19:29:24 +1000 |
| commit | c2b8e6e5d685ce0ef7cd7186f326cac8a39eb2a3 (patch) | |
| tree | 8a5a10808f88e880c47a704fbd326437b139db89 /lib/uzlib/crc32.c | |
| parent | 0900976384f2f881dc727f7b936c2b232e1ee6be (diff) | |
lib/uzlib: Clean up tinf -> uzlib rename.
This library used a mix of "tinf" and "uzlib" to refer to itself. Remove
all use of "tinf" in the public API.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'lib/uzlib/crc32.c')
| -rw-r--r-- | lib/uzlib/crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uzlib/crc32.c b/lib/uzlib/crc32.c index e24c643b6..1e3b1756b 100644 --- a/lib/uzlib/crc32.c +++ b/lib/uzlib/crc32.c @@ -36,7 +36,7 @@ * Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler */ -#include "tinf.h" +#include "uzlib.h" static const unsigned int tinf_crc32tab[16] = { 0x00000000, 0x1db71064, 0x3b6e20c8, 0x26d930ac, 0x76dc4190, |
