Sync with trunk (aka 'I want my virtualbox mouse integration too')
[reactos.git] / base / shell / explorer / utility / window.cpp
index cfbce1d..296f3ce 100644 (file)
@@ -268,7 +268,7 @@ LRESULT CALLBACK Window::WindowWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPAR
                  case WM_CREATE:
                        return pThis->Init((LPCREATESTRUCT)lparam);
 
-                 case WM_NCDESTROY:
+          case WM_NCDESTROY:
                        delete pThis;
                        return 0;