remove stray semicolons (by Cristian Ionescu-Idbohrn)
This commit is contained in:
parent
b81f97bbd2
commit
43d5d429fd
2 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ static char *UNSPEC_print(unsigned char *ptr)
|
|||
char *pos;
|
||||
unsigned int i;
|
||||
|
||||
if (!buff);
|
||||
if (!buff)
|
||||
buff = xmalloc(sizeof(struct sockaddr) * 3 + 1);
|
||||
pos = buff;
|
||||
for (i = 0; i < sizeof(struct sockaddr); i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue