From: Richard Henderson Date: Sun, 26 May 2002 19:06:44 +0000 (-0700) Subject: Fix typo last change. X-Git-Tag: releases/gcc-3.1.1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b4fee517651974eda0a615dd15c391b2dbc907b;p=thirdparty%2Fgcc.git Fix typo last change. From-SVN: r53903 --- diff --git a/gcc/intl/gettextP.h b/gcc/intl/gettextP.h index 31f6d2c19856..68bf603dd320 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;