Francois Gouget : winealsa.drv: Fix the m[io]dMessage() documentation.

Alexandre Julliard julliard at winehq.org
Fri Dec 19 11:19:37 CST 2008


Module: wine
Branch: master
Commit: f36172ff14a0e36b55a9d211983bc4fdac7fb90d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f36172ff14a0e36b55a9d211983bc4fdac7fb90d

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec 19 09:15:32 2008 +0100

winealsa.drv: Fix the m[io]dMessage() documentation.

---

 dlls/winealsa.drv/midi.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winealsa.drv/midi.c b/dlls/winealsa.drv/midi.c
index bcb39cd..dedfe02 100644
--- a/dlls/winealsa.drv/midi.c
+++ b/dlls/winealsa.drv/midi.c
@@ -1314,7 +1314,7 @@ LONG ALSA_MidiInit(void)
 }
 
 /**************************************************************************
- * 			midMessage (WINEOSS.4)
+ * 			midMessage (WINEALSA.@)
  */
 DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
 			    DWORD_PTR dwParam1, DWORD_PTR dwParam2)
@@ -1357,7 +1357,7 @@ DWORD WINAPI ALSA_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
 }
 
 /**************************************************************************
- * 				modMessage (WINEOSS.5)
+ * 				modMessage (WINEALSA.@)
  */
 DWORD WINAPI ALSA_modMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
                              DWORD_PTR dwParam1, DWORD_PTR dwParam2)




More information about the wine-cvs mailing list