Fix typo last change.
authorRichard Henderson <rth@gcc.gnu.org>
Sun, 26 May 2002 19:06:11 +0000 (12:06 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 26 May 2002 19:06:11 +0000 (12:06 -0700)
From-SVN: r53902

gcc/intl/gettextP.h

index 31f6d2c19856b7aa7315fa45cc019591b8a89776..68bf603dd3205a0f3339ddd8bf130fae2b72b8eb 100644 (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;