# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1574658074 0 # Node ID e8a34118a845792abf240b29735e01a3edde1b23 # Parent cb195d76de8e793fa85e28cd13b17026af475445 Minor formatting fix from that last commit. diff -r cb195d76de8e -r e8a34118a845 win/dw.c --- a/win/dw.c Mon Nov 25 04:47:43 2019 +0000 +++ b/win/dw.c Mon Nov 25 05:01:14 2019 +0000 @@ -2389,7 +2389,7 @@ if(hWnd == tmp->window) { int (DWSIGNAL *htmlresultfunc)(HWND, int, char *, void *, void *) = tmp->signalfunction; - void** params = (void**)mp1; + void** params = (void**)mp1; return htmlresultfunc(tmp->window, DW_POINTER_TO_INT(params[1]), (char *)params[0], (void *)mp2, tmp->data); }