Remove more extraneous ;s.
This commit is contained in:
parent
7e0d773037
commit
fc51f07699
@ -461,7 +461,7 @@ flush_line(LINE *l)
|
||||
|
||||
if (compress_spaces && nspace > 1) {
|
||||
while (1) {
|
||||
int tab_col, tab_size;;
|
||||
int tab_col, tab_size;
|
||||
|
||||
tab_col = (last_col + 8) & ~7;
|
||||
if (tab_col > this_col)
|
||||
|
@ -562,7 +562,7 @@ sidewaysintpr(int interval1, u_long off)
|
||||
interesting = ip;
|
||||
interesting_off = off;
|
||||
}
|
||||
snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name);;
|
||||
snprintf(ip->ift_name, sizeof(ip->ift_name), "(%s)", name);
|
||||
if ((ipn = malloc(sizeof(struct iftot))) == NULL) {
|
||||
printf("malloc failed\n");
|
||||
exit(1);
|
||||
|
@ -218,7 +218,7 @@ xgetblk(mbl_t **mbp, size_t s)
|
||||
frmblks = mb->nxt;
|
||||
}
|
||||
mb->ffree = mb->blk;
|
||||
mb->nfree = mb->size;;
|
||||
mb->nfree = mb->size;
|
||||
mb->nxt = *mbp;
|
||||
*mbp = mb;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user