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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user