Missed a tab / space format. Looked ugly in diff
Modified: trunk/reactos/apps/utils/getfirefox/getfirefox.c
--- trunk/reactos/apps/utils/getfirefox/getfirefox.c 2005-12-13 22:02:43 UTC (rev 20152) +++ trunk/reactos/apps/utils/getfirefox/getfirefox.c 2005-12-13 22:12:01 UTC (rev 20153) @@ -354,7 +354,7 @@
if (wParam == IDCANCEL) { SetWindowLongPtrW(Dlg, GWLP_USERDATA, 1);
- PostMessage(Dlg, WM_CLOSE, 0, 0);
+ PostMessage(Dlg, WM_CLOSE, 0, 0);
} return FALSE;