Module: wine Branch: master Commit: e94bcee53f52d70488fe58465989423ee25d976e URL: http://source.winehq.org/git/wine.git/?a=commit;h=e94bcee53f52d70488fe584659...
Author: Michael Stefaniuc mstefani@redhat.de Date: Fri Dec 14 00:18:30 2007 +0100
winebuild: Remove duplicate declaration of variable 'j'.
---
tools/winebuild/spec16.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/winebuild/spec16.c b/tools/winebuild/spec16.c index 2b62721..dc86b1b 100644 --- a/tools/winebuild/spec16.c +++ b/tools/winebuild/spec16.c @@ -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] );