commit | 43b7a0db48465a5af15f60558435f2e3db531be0 | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Sat Oct 01 21:42:21 2011 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 03 09:43:27 2011 -0500 |
tree | 5126768488d783ea51f57548775fae2deb027bb4 | |
parent | f93252aa9a3218ec8eabe5522d6621c3ba0987ad [diff] |
sane.ds: Don't compare with TRUE.
diff --git a/dlls/sane.ds/ui.c b/dlls/sane.ds/ui.c index 5d4cd83..d57376e 100644 --- a/dlls/sane.ds/ui.c +++ b/dlls/sane.ds/ui.c
@@ -994,7 +994,7 @@ switch (((NMHDR*)lParam)->code) { case PSN_APPLY: - if (psn->lParam == TRUE) + if (psn->lParam) { activeDS.currentState = 6; if (activeDS.windowMessage)