winmm: remove unused variable

Austin English austinenglish at gmail.com
Tue Jul 20 23:40:10 CDT 2010


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/winmm/mci.c b/dlls/winmm/mci.c
index f65aee7..da9cdc7 100644
--- a/dlls/winmm/mci.c
+++ b/dlls/winmm/mci.c
@@ -639,7 +639,7 @@ static	BOOL		MCI_DumpCommandTable(UINT uTbl)
 	    lmem += (strlenW(str) + 1) * sizeof(WCHAR);
 	    flg = *(const DWORD*)lmem;
 	    eid = *(const WORD*)(lmem + sizeof(DWORD));
-            /* TRACE("cmd=%s %08lx %04x\n", debugstr_w(str), flg, eid); */
+            TRACE("cmd=%s %d %04x\n", debugstr_w(str), flg, eid);
 	    lmem += sizeof(DWORD) + sizeof(WORD);
 	} while (eid != MCI_END_COMMAND && eid != MCI_END_COMMAND_LIST);
         /* EPP TRACE(" => end of command%s\n", (eid == MCI_END_COMMAND_LIST) ? " list" : ""); */


More information about the wine-patches mailing list