From d7670647e5ac6867eb7c79fc761c41e81a3dbb9a Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 29 Mar 2007 05:53:46 +0000 Subject: 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 --- firmware/target/coldfire/system-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target') diff --git a/firmware/target/coldfire/system-target.h b/firmware/target/coldfire/system-target.h index 06589ae813..06d2c2d603 100644 --- a/firmware/target/coldfire/system-target.h +++ b/firmware/target/coldfire/system-target.h @@ -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]; -- cgit v1.2.3