winedump: Fix copy & paste error.

(Thanks to Andrey for point it out).

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
Eric Pouech 2023-05-09 12:48:32 +02:00 committed by Alexandre Julliard
parent 39696138a6
commit 5900418781

View file

@ -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)
{