diff options
Diffstat (limited to 'common/scummsys.h')
-rw-r--r-- | common/scummsys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/scummsys.h b/common/scummsys.h index b612c3b34b..3acf3b4b3b 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -243,7 +243,7 @@ #define SCUMM_NEED_ALIGNMENT #endif - // Very BAD hack following, used to avoid triggering an assert in uClibc dingux library + // Very BAD hack following, used to avoid triggering an assert in uClibc dingux library // "toupper" when pressing keyboard function keys. #if defined(DINGUX) #undef toupper @@ -322,7 +322,7 @@ #define SCUMM_LITTLE_ENDIAN #define SCUMM_NEED_ALIGNMENT - + /* to make an efficient, inlined memcpy implementation */ #define memcpy(dst, src, size) psp_memcpy(dst, src, size) |