Commit 67d7eb98 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

winedbg: Remove a misplaced \n.

parent 1d5cc6ef
......@@ -581,7 +581,7 @@ void print_bare_address(const ADDRESS64* addr)
memory_offset_to_string(hexbuf, addr->Offset, 32));
break;
default:
dbg_printf("Unknown mode %x\n", addr->Mode);
dbg_printf("Unknown mode %x", addr->Mode);
break;
}
}
......
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