rename crc -> crc_ctx. triggers overshadowing

This commit is contained in:
iceman1001 2019-04-07 11:51:12 +02:00
commit a78af2bb06

View file

@ -12,7 +12,7 @@
#include "common.h" //stdint, stddef, stdbool
#include "util.h" // reflect, bswap_16
typedef struct crc {
typedef struct crc_ctx {
uint32_t state;
int order;
uint32_t polynom;