minor type correction to remove unsigned/signed mismatch warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7373 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2005-08-17 20:35:53 +00:00
commit 523d423595

View file

@ -447,7 +447,7 @@ public:
"extern \"C\"\n",
"#endif\n",
"SWIGEXPORT void Init_", feature, "(void) {\n",
"int i;\n",
"size_t i;\n",
"\n",
NIL);