winmm: Fix incorrect parameter for test debug (Coverity).

This commit is contained in:
Marcus Meissner 2013-06-28 09:34:19 +02:00 committed by Alexandre Julliard
parent b084853700
commit faeb9a5bfc

View file

@ -227,7 +227,7 @@ static void test_play(HWND hwnd)
if(!err) trace("CD length %s\n", buf);
if(err) { /* MCIERR_HARDWARE when given a blank disk */
skip("status length %s (blank disk?)\n", dbg_mcierr(ok_hw));
skip("status length %s (blank disk?)\n", dbg_mcierr(err));
return;
}