Commit 59004187 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winedump: Fix copy & paste error.

(Thanks to Andrey for point it out). Signed-off-by: 's avatarEric Pouech <epouech@codeweavers.com>
parent 39696138
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment