Commit 770c9bc8 authored by Jörg Höhle's avatar Jörg Höhle Committed by Alexandre Julliard

msacm32: Fix nesting in acmFilter/FormatTagEnum.

parent d0b92c91
......@@ -448,8 +448,8 @@ MMRESULT WINAPI acmFilterTagEnumW(HACMDRIVER had, PACMFILTERTAGDETAILSW paftd,
}
}
}
acmDriverClose(had, 0);
}
acmDriverClose(had, 0);
}
return MMSYSERR_NOERROR;
}
......@@ -893,8 +893,8 @@ MMRESULT WINAPI acmFormatTagEnumW(HACMDRIVER had, PACMFORMATTAGDETAILSW paftd,
}
}
}
acmDriverClose(had, 0);
}
acmDriverClose(had, 0);
}
}
return MMSYSERR_NOERROR;
......
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