Remove more extraneous ;s.

This commit is contained in:
emaste 2010-07-15 00:04:14 +00:00
parent 7e0d773037
commit fc51f07699
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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