diff --git a/tools/winedump/main.c b/tools/winedump/main.c index d0453cf10e2..7b8c4264252 100644 --- a/tools/winedump/main.c +++ b/tools/winedump/main.c @@ -358,7 +358,6 @@ static int symbol_finish(void) started = 1; } printf("\t%s\n",search_symbol->symbolname); - return 1; } return started; }