Fix typo last change.

From-SVN: r53902
This commit is contained in:
Richard Henderson 2002-05-26 12:06:11 -07:00
parent 291cc0febc
commit 2960ccbf96

View File

@ -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;