changeset 2046:e8a34118a845

Minor formatting fix from that last commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 25 Nov 2019 05:01:14 +0000
parents cb195d76de8e
children 709c205efc4d
files win/dw.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);
                      }