diff options
Diffstat (limited to 'src/core/ngx_crc32.c')
| -rw-r--r-- | src/core/ngx_crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ngx_crc32.c b/src/core/ngx_crc32.c index 64b02ac7a..624510cee 100644 --- a/src/core/ngx_crc32.c +++ b/src/core/ngx_crc32.c @@ -102,7 +102,7 @@ uint32_t *ngx_crc32_table_short = ngx_crc32_table16; ngx_int_t -ngx_crc32_init(void) +ngx_crc32_table_init(void) { void *p; |
