http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eac931
)
mciavi32: Fix typo.
author
Anders Jonsson
<anders.jonsson@norsjonet.se>
Tue, 23 Dec 2008 10:55:36 +0000
(11:55 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 23 Dec 2008 18:56:20 +0000
(19:56 +0100)
dlls/mciavi32/info.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mciavi32/info.c
b/dlls/mciavi32/info.c
index 247b37a95f6da8cb09b0d41f43bc3b79d47a3919..61b79b71dc182059c4ba887d5bd7015cbd97e49f 100644
(file)
--- a/
dlls/mciavi32/info.c
+++ b/
dlls/mciavi32/info.c
@@
-452,7
+452,7
@@
DWORD MCIAVI_mciStatus(UINT wDevID, DWORD dwFlags, LPMCI_DGV_STATUS_PARMSW lpPar
case MCI_STATUS_MEDIA_PRESENT:
#endif
default:
- FIXME("Unknow
m
command %08X !\n", lpParms->dwItem);
+ FIXME("Unknow
n
command %08X !\n", lpParms->dwItem);
TRACE("(%04x, %08X, %p)\n", wDevID, dwFlags, lpParms);
LeaveCriticalSection(&wma->cs);
return MCIERR_UNRECOGNIZED_COMMAND;