Commit 0c6e3699 authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Silence some bogus error message.

parent 65cab52a
......@@ -709,6 +709,7 @@ DWORD CDROM_GetSerial(int drive)
TRACE("%sCD serial number is %04x-%04x.\n",
p, HIWORD(serial), LOWORD(serial));
else
if (media >= CDS_AUDIO)
ERR("couldn't get %sCD serial !\n", p);
CDROM_Close(&wcda);
}
......
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