summaryrefslogtreecommitdiff
path: root/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/demo/IceE/MFC/client/HelloClientDlg.cpp')
-rw-r--r--cppe/demo/IceE/MFC/client/HelloClientDlg.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp b/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp
index 5ccb10cd449..f0fb65c754a 100644
--- a/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp
+++ b/cppe/demo/IceE/MFC/client/HelloClientDlg.cpp
@@ -59,7 +59,6 @@ CHelloClientDlg::OnInitDialog()
//
_mode->SetCurSel(_currentMode);
-
//
// Disable flush button if built without batch support.
//
@@ -67,7 +66,6 @@ CHelloClientDlg::OnInitDialog()
(CButton*)GetDlgItem(IDC_FLUSH)->EnableWindow(FALSE);
#endif
-
//
// Create the proxy.
//
@@ -214,7 +212,7 @@ CHelloClientDlg::updateProxy()
#else
AfxMessageBox(CString("Batch mode is currently not enabled."),
MB_OK|MB_ICONEXCLAMATION);
- return;
+ return;
#endif
default:
assert(false);