forked from len0rd/rockbox
Fix errors. What an errant keystroke when saving can accomplish.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12957 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e754b16f4b
commit
d7670647e5
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ static inline uint16_t swap16(uint16_t value)
|
|||
return (value >> 8) | (value << 8);
|
||||
}
|
||||
|
||||
static inline uint32_t SWAW32(uint32_tg value)
|
||||
static inline uint32_t SWAW32(uint32_t value)
|
||||
/*
|
||||
result[31..16] = value[15.. 0];
|
||||
result[15.. 0] = value[31..16];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue