Fix compiler warning
mirror-subr.c:64: warning: no previous prototype for ‘mirror_bytes’
This commit is contained in:
parent
2e075df1a9
commit
e80d545b38
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue