winebuild: Remove duplicate declaration of variable 'j'.

This commit is contained in:
Michael Stefaniuc 2007-12-14 00:18:30 +01:00 committed by Alexandre Julliard
parent 8c6fdf19a9
commit e94bcee53f
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ void BuildSpec16File( DLLSPEC *spec )
for ( i = 0; i < nb_funcs; i++ )
{
unsigned int arg_types[2];
int j, nop_words, argsize = 0;
int nop_words, argsize = 0;
if ( typelist[i]->type == TYPE_PASCAL )
argsize = get_function_argsize( typelist[i] );