Remove spurious semicolons.

Approved by:	das (mentor)
Reviewed by:	ipfw@
This commit is contained in:
Stefan Farfeleder 2004-05-18 13:57:37 +00:00
parent d8a224e86b
commit c85c1d2779
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129389

View File

@ -360,7 +360,7 @@ align_uint64(uint64_t *pll) {
bcopy (pll, &ret, sizeof(ret));
return ret;
};
}
/*
* conditionally runs the command.
@ -402,7 +402,7 @@ match_token(struct _s_x *table, char *string)
if (strlen(pt->s) == i && !bcmp(string, pt->s, i))
return pt->x;
return -1;
};
}
/**
* match_value takes a table and a value, returns the string associated