summaryrefslogtreecommitdiffstats
path: root/src/phFriNfc_LlcpMacNfcip.c
diff options
context:
space:
mode:
authorSylvain Fonteneau <sylvain.fonteneau@trusted-logic.com>2010-12-10 13:18:30 +0100
committerJeff Hamilton <jham@android.com>2010-12-13 10:24:31 -0600
commitde9450aac004d93771d610c98588ff34a6749d10 (patch)
treef31a8eec23ecf27d61008fb086061e883227fa7a /src/phFriNfc_LlcpMacNfcip.c
parentbc161ef03aa21063091a69c36a0163306640468f (diff)
downloadexternal_libnfc-nxp-de9450aac004d93771d610c98588ff34a6749d10.zip
external_libnfc-nxp-de9450aac004d93771d610c98588ff34a6749d10.tar.gz
external_libnfc-nxp-de9450aac004d93771d610c98588ff34a6749d10.tar.bz2
Fixed typo in context restitution.
Change-Id: I4784722900b9da58719b7b38a1cd31cbac3ff147
Diffstat (limited to 'src/phFriNfc_LlcpMacNfcip.c')
-rw-r--r--src/phFriNfc_LlcpMacNfcip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phFriNfc_LlcpMacNfcip.c b/src/phFriNfc_LlcpMacNfcip.c
index 2a63636..6fc7cf6 100644
--- a/src/phFriNfc_LlcpMacNfcip.c
+++ b/src/phFriNfc_LlcpMacNfcip.c
@@ -242,7 +242,7 @@ static void phFriNfc_LlcpMac_Nfcip_Receive_Cb(void *pContext,
/* Test if a send is pending */
if(LlcpMac->SendPending)
{
- Status = phFriNfc_LlcpMac_Nfcip_Send(LlcpMac,LlcpMac->psSendBuffer,LlcpMac->MacSend_Cb,LlcpMac->MacReceive_Context);
+ Status = phFriNfc_LlcpMac_Nfcip_Send(LlcpMac,LlcpMac->psSendBuffer,LlcpMac->MacSend_Cb,LlcpMac->MacSend_Context);
}
}
}