missing parenthesis

from caro.



SVN revision: 38235
This commit is contained in:
Jonathan Atton 2008-12-19 21:28:32 +00:00
parent 11c671429e
commit e58ac7064c
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ ecore_win32_window_fullscreen_set(Ecore_Win32_Window *window,
}
else
{
if (!SetWindowLong(w, GWL_STYLE, (ew->style & ~WS_POPUP) | WS_OVERLAPPEDWINDOW)
if (!SetWindowLong(w, GWL_STYLE, (ew->style & ~WS_POPUP) | WS_OVERLAPPEDWINDOW))
return;
if (!SetWindowLong(w, GWL_EXSTYLE, 0))
return;