Commit 2960ccbf by Richard Henderson

Fix typo last change.

From-SVN: r53902
parent 291cc0fe
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment