Skip to content
Snippets Groups Projects
Commit e94bcee5 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

winebuild: Remove duplicate declaration of variable 'j'.

parent 8c6fdf19
No related branches found
No related tags found
No related merge requests found
......@@ -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] );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment