Fix compiler warning
mirror-subr.c:64: warning: no previous prototype for ‘mirror_bytes’
This commit is contained in:
parent
2e075df1a9
commit
e80d545b38
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user