mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-05 10:00:18 +08:00
Fix typo last change.
From-SVN: r53902
This commit is contained in:
parent
291cc0febc
commit
2960ccbf96
@ -67,7 +67,7 @@
|
||||
unsigned int to avoid K&R type promotion errors with 64-bit "int". */
|
||||
static inline nls_uint32 SWAP PARAMS ((unsigned int));
|
||||
static inline nls_uint32
|
||||
SWAP (i)
|
||||
SWAP (ii)
|
||||
unsigned int ii;
|
||||
{
|
||||
nls_uint32 i = ii;
|
||||
|
Loading…
Reference in New Issue
Block a user