Commit e94bcee5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

winebuild: Remove duplicate declaration of variable 'j'.

parent 8c6fdf19
......@@ -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] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment