Fix compiler warning

mirror-subr.c:64: warning: no previous prototype for ‘mirror_bytes’
This commit is contained in:
Ludovic Rousseau 2012-05-13 12:58:44 +00:00
parent 2e075df1a9
commit e80d545b38

View file

@ -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;