diff --git a/inc/byteswapdefs.h b/inc/byteswapdefs.h index 924e1f2..e108131 100644 --- a/inc/byteswapdefs.h +++ b/inc/byteswapdefs.h @@ -5,7 +5,7 @@ unsigned short byte_swap_word(unsigned short word); void byte_swap_page(unsigned short *page, int wordcount); void word_swap_page(unsigned short *page, int longwordcount); void bit_reverse_region(unsigned short *top, int width, int height, int rasterwidth); -#ifdef RESWAPPEDDCODESTREAM +#ifdef RESWAPPEDCODESTREAM unsigned int byte_swap_code_block(unsigned int *base); #endif #endif diff --git a/src/byteswap.c b/src/byteswap.c index 0d1ebd9..6237a41 100644 --- a/src/byteswap.c +++ b/src/byteswap.c @@ -166,7 +166,7 @@ void bit_reverse_region(unsigned short *top, int width, int height, int rasterwi /* */ /************************************************************************/ -#ifdef RESWAPPEDDCODESTREAM +#ifdef RESWAPPEDCODESTREAM unsigned int byte_swap_code_block(unsigned int *base) { UNSIGNED startpc, len;