projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5f571b
)
Missed a tab / space format. Looked ugly in diff
author
Ged Murphy
<gedmurphy@reactos.org>
Tue, 13 Dec 2005 22:12:01 +0000
(22:12 +0000)
committer
Ged Murphy
<gedmurphy@reactos.org>
Tue, 13 Dec 2005 22:12:01 +0000
(22:12 +0000)
svn path=/trunk/; revision=20153
reactos/apps/utils/getfirefox/getfirefox.c
patch
|
blob
|
history
diff --git
a/reactos/apps/utils/getfirefox/getfirefox.c
b/reactos/apps/utils/getfirefox/getfirefox.c
index
62bab31
..
41d5a70
100644
(file)
--- a/
reactos/apps/utils/getfirefox/getfirefox.c
+++ b/
reactos/apps/utils/getfirefox/getfirefox.c
@@
-354,7
+354,7
@@
dlProc(HWND Dlg, UINT Msg, WPARAM wParam, LPARAM lParam)
if (wParam == IDCANCEL)
{
SetWindowLongPtrW(Dlg, GWLP_USERDATA, 1);
-
PostMessage(Dlg, WM_CLOSE, 0, 0);
+ PostMessage(Dlg, WM_CLOSE, 0, 0);
}
return FALSE;