Commit 43b7a0db authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

sane.ds: Don't compare with TRUE.

parent f93252aa
......@@ -994,7 +994,7 @@ static INT_PTR CALLBACK DialogProc(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
switch (((NMHDR*)lParam)->code)
{
case PSN_APPLY:
if (psn->lParam == TRUE)
if (psn->lParam)
{
activeDS.currentState = 6;
if (activeDS.windowMessage)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment