Minor ANSI tweaks.
This commit is contained in:
parent
9fe9800cb5
commit
3b3133ed78
@ -44,8 +44,7 @@ static const char rcsid[] =
|
|||||||
int nocards;
|
int nocards;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
scan(slot)
|
scan(int slot)
|
||||||
int slot;
|
|
||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
char name[64];
|
char name[64];
|
||||||
@ -71,9 +70,7 @@ scan(slot)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
dump(p, sz)
|
dump(unsigned char *p, int sz)
|
||||||
unsigned char *p;
|
|
||||||
int sz;
|
|
||||||
{
|
{
|
||||||
int ad = 0, i;
|
int ad = 0, i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user