diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-23 21:14:45 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-05-23 21:14:45 +0200 |
commit | f533fd6e9b2dc7bfd9ce50570f2f02dd8ec6a7ed (patch) | |
tree | 0e3596cdba626d451c4a186295c1486333655d81 /crc32.c | |
parent | 2b6fd3880e8534ec902c8e5fe1f44bff6312e91c (diff) |
Update remaining function prototypes to ANSI C standard
Diffstat (limited to 'crc32.c')
-rw-r--r-- | crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ static void write_table(FILE *out, const uint32_t *table) /* ========================================================================= * This function can be used by asm versions of crc32() */ -const uint32_t * ZEXPORT get_crc_table() +const uint32_t * ZEXPORT get_crc_table(void) { #ifdef DYNAMIC_CRC_TABLE if (crc_table_empty) |