Francois Gouget : tapi32: Fix spelling of a local variable.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 8 05:15:29 CDT 2006


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep  7 20:00:45 2006 +0200

tapi32: Fix spelling of a local variable.

---

 dlls/tapi32/line.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/tapi32/line.c b/dlls/tapi32/line.c
index 02c6d25..97e118a 100644
--- a/dlls/tapi32/line.c
+++ b/dlls/tapi32/line.c
@@ -188,7 +188,7 @@ DWORD WINAPI lineDrop(HCALL hCall, LPCST
 /***********************************************************************
  *		lineForward (TAPI32.@)
  */
-DWORD WINAPI lineForwardA(HLINE hLine, DWORD bAllAddress, DWORD dwAdressID, LPLINEFORWARDLIST lpForwardList, DWORD dwNumRingsNoAnswer, LPHCALL lphConsultCall, LPLINECALLPARAMS lpCallParams)
+DWORD WINAPI lineForwardA(HLINE hLine, DWORD bAllAddress, DWORD dwAddressID, LPLINEFORWARDLIST lpForwardList, DWORD dwNumRingsNoAnswer, LPHCALL lphConsultCall, LPLINECALLPARAMS lpCallParams)
 {
     FIXME("stub.\n");
     return 1;




More information about the wine-cvs mailing list