From 477117a03fe7a4b945e294d93d56178a43ea1623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Baczy=C5=84ski?= Date: Wed, 6 Jan 2010 23:38:34 +0100 Subject: [PATCH] winedbg: Remove superfluous void* cast. --- programs/winedbg/break.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/break.c b/programs/winedbg/break.c index e9f71480f9..ed382bceda 100644 --- a/programs/winedbg/break.c +++ b/programs/winedbg/break.c @@ -60,7 +60,7 @@ void break_set_xpoints(BOOL set) size = 0; else size = bp[i].w.len + 1; - addr = (void*)memory_to_linear_addr(&bp[i].addr); + addr = memory_to_linear_addr(&bp[i].addr); if (set) ret = be_cpu->insert_Xpoint(dbg_curr_process->handle,