diff --git a/gdb/windows-nat.c b/gdb/windows-nat.c index 724c18f..7e43f87 100644 --- a/gdb/windows-nat.c +++ b/gdb/windows-nat.c @@ -761,7 +761,7 @@ handle_unload_dll (void *dummy) return 1; } - error (_("Error: dll starting at 0x%lx not found."), (DWORD) lpBaseOfDll); + error (_("Error: dll starting at %p not found."), lpBaseOfDll); return 0; }