mciwave: Favour return over ExitThread.
diff --git a/dlls/mciwave/mciwave.c b/dlls/mciwave/mciwave.c index 266fa1b..05d16ef 100644 --- a/dlls/mciwave/mciwave.c +++ b/dlls/mciwave/mciwave.c
@@ -85,9 +85,6 @@ TRACE("In thread after async command (%08x,%08lx,%08lx)\n", sca->wDevID, sca->dwParam1, sca->dwParam2); HeapFree(GetProcessHeap(), 0, sca); - ExitThread(ret); - WARN("Should not happen ? what's wrong\n"); - /* should not go after this point */ return ret; }