tapi32: Fix spelling of a local variable.

oldstable
Francois Gouget 2006-09-07 20:00:45 +02:00 committed by Alexandre Julliard
parent 19be7545e5
commit 2307b78604
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ DWORD WINAPI lineDrop(HCALL hCall, LPCSTR lpsUserUserInfo, DWORD dwSize)
/***********************************************************************
* 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;