various: crctab now u32int

R=rsc
http://codereview.appspot.com/220041
This commit is contained in:
Russ Cox 2010-02-22 16:54:58 -08:00
parent 0c6074b692
commit 8425b514aa
6 changed files with 31 additions and 31 deletions

View file

@ -30,7 +30,7 @@ struct ZlibW
uchar *e;
};
static ulong *crctab;
static u32int *crctab;
static uchar PNGmagic[] = { 137, 'P', 'N', 'G', '\r', '\n', 26, '\n'};
static void