comparison src/core/ngx_crc32.c @ 791:50f1741a330a

spelling
author Igor Sysoev <igor@sysoev.ru>
date Wed, 18 Oct 2006 19:05:30 +0000
parents f9a971440614
children 8d39da951bbd
comparison
equal deleted inserted replaced
790:f9a971440614 791:50f1741a330a
7 #include <ngx_config.h> 7 #include <ngx_config.h>
8 #include <ngx_core.h> 8 #include <ngx_core.h>
9 9
10 10
11 /* 11 /*
12 * The code and lookup table is based on the algorithm 12 * The code and lookup table are based on the algorithm
13 * described at http://www.w3.org/TR/PNG/ 13 * described at http://www.w3.org/TR/PNG/
14 */ 14 */
15 15
16 16
17 uint32_t ngx_crc32_table[] = { 17 uint32_t ngx_crc32_table[] = {