Module: wine Branch: master Commit: 5900418781066d6cd37a4af6dcb1900ef38ae78f URL: https://gitlab.winehq.org/wine/wine/-/commit/5900418781066d6cd37a4af6dcb1900... Author: Eric Pouech <epouech(a)codeweavers.com> Date: Tue May 9 12:48:32 2023 +0200 winedump: Fix copy & paste error. (Thanks to Andrey for point it out). Signed-off-by: Eric Pouech <epouech(a)codeweavers.com> --- tools/winedump/pdb.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/winedump/pdb.c b/tools/winedump/pdb.c index d12150ab3a2..552fa4d8da8 100644 --- a/tools/winedump/pdb.c +++ b/tools/winedump/pdb.c @@ -585,8 +585,6 @@ static void pdb_dump_symbols(struct pdb_reader* reader) (symbols->sectcontrib_size - sizeof(unsigned)) / size, size, (symbols->sectcontrib_size - sizeof(unsigned)) % size); - if ((symbols->sectcontrib_size - sizeof(unsigned)) % size) - if ((symbols->sectcontrib_size - sizeof(unsigned)) % size) src += sizeof(unsigned); while (src + size <= last) {