1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 15:57:13 +00:00

Fix typo #ifdef RESWAPPEDDCODESTREAM -- should be RESWAPPEDCODESTREAM (#106)

This commit is contained in:
Nick Briggs 2020-12-21 17:53:47 -08:00 committed by GitHub
parent bed68c8dda
commit b901038367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;