summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Ferir <arnaud.ferir@trusted-logic.com>2011-01-05 14:19:32 +0100
committerNick Pelly <npelly@google.com>2011-01-18 13:23:30 -0800
commitd9d57394761c70786f5058f82e7528bfaf1807a0 (patch)
tree0b3885030965a926695ad760d1616fcbbb7f0ffe
parent40cdab11e00d801c1b9acfdcfe53455059c1b557 (diff)
downloadexternal_libnfc-nxp-d9d57394761c70786f5058f82e7528bfaf1807a0.zip
external_libnfc-nxp-d9d57394761c70786f5058f82e7528bfaf1807a0.tar.gz
external_libnfc-nxp-d9d57394761c70786f5058f82e7528bfaf1807a0.tar.bz2
Fixed some build warnings.
Change-Id: I08e8dda5ae23ec251a5b53f71b0e87fb3ba7d02c
-rw-r--r--src/phFriNfc_Llcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/phFriNfc_Llcp.c b/src/phFriNfc_Llcp.c
index d7dbe31..b4f461c 100644
--- a/src/phFriNfc_Llcp.c
+++ b/src/phFriNfc_Llcp.c
@@ -93,10 +93,9 @@ static NFCSTATUS phFriNfc_Llcp_InternalSend( phFriNfc_Llcp_t
phNfc_sData_t *psInfo );
static bool_t phFriNfc_Llcp_HandlePendingSend ( phFriNfc_Llcp_t *Llcp );
-static uint8_t * phFriNfc_Llcp_AllocateAndCopy(phNfc_sData_t * pOrig)
+static phNfc_sData_t * phFriNfc_Llcp_AllocateAndCopy(phNfc_sData_t * pOrig)
{
phNfc_sData_t * pDest = NULL;
- uint8_t * pCopyBuffer = NULL;
if (pOrig == NULL)
{