[REACTOS] Replace comparison against TRUE with comparison against FALSE
[reactos.git] / reactos / dll / cpl / mmsys / sounds.c
index 6368d17..c993366 100644 (file)
@@ -996,7 +996,7 @@ SoundsDlgProc(HWND hwndDlg,
                     ofn.lpstrInitialDir = NULL;
                     ofn.Flags = OFN_FILEMUSTEXIST | OFN_HIDEREADONLY;
 
-                    if (GetOpenFileNameW(&ofn) == TRUE)
+                    if (GetOpenFileNameW(&ofn) != FALSE)
                     {
                         // FIXME search if list already contains that sound