mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 11:46:37 +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];
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
mirror_bytes (uint8_t *pbts, size_t szLen)
|
||||
{
|
||||
size_t szByteNr;
|
||||
|
||||
Reference in New Issue
Block a user