diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-05-26 12:06:11 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-05-26 12:06:11 -0700 |
commit | 2960ccbf96d50fd7a05568f3e48f88622f965b4b (patch) | |
tree | 3fc47afa250105982f663424f27c8b53c5e6fa31 /gcc/intl | |
parent | 291cc0febcb556ea85c0fd0cd67c95b4ced7bc23 (diff) | |
download | gcc-2960ccbf96d50fd7a05568f3e48f88622f965b4b.zip gcc-2960ccbf96d50fd7a05568f3e48f88622f965b4b.tar.gz gcc-2960ccbf96d50fd7a05568f3e48f88622f965b4b.tar.bz2 |
Fix typo last change.
From-SVN: r53902
Diffstat (limited to 'gcc/intl')
-rw-r--r-- | gcc/intl/gettextP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/intl/gettextP.h b/gcc/intl/gettextP.h index 31f6d2c..68bf603 100644 --- a/gcc/intl/gettextP.h +++ b/gcc/intl/gettextP.h @@ -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; |