mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
Fix compiler warning
mirror-subr.c:64: warning: no previous prototype for ‘mirror_bytes’
This commit is contained in:
@@ -59,7 +59,7 @@ mirror (uint8_t bt)
|
|||||||
return ByteMirror[bt];
|
return ByteMirror[bt];
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
mirror_bytes (uint8_t *pbts, size_t szLen)
|
mirror_bytes (uint8_t *pbts, size_t szLen)
|
||||||
{
|
{
|
||||||
size_t szByteNr;
|
size_t szByteNr;
|
||||||
|
|||||||
Reference in New Issue
Block a user