From e80d545b386da48200bf97e19e552851b58075be Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 13 May 2012 12:58:44 +0000 Subject: [PATCH] Fix compiler warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mirror-subr.c:64: warning: no previous prototype for ‘mirror_bytes’ --- libnfc/mirror-subr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnfc/mirror-subr.c b/libnfc/mirror-subr.c index c457af5..f1da337 100644 --- a/libnfc/mirror-subr.c +++ b/libnfc/mirror-subr.c @@ -59,7 +59,7 @@ mirror (uint8_t bt) return ByteMirror[bt]; } -void +static void mirror_bytes (uint8_t *pbts, size_t szLen) { size_t szByteNr;