1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 07:33:07 +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
2 changed files with 2 additions and 2 deletions

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;