diff options
author | Martin Mares <mj@ucw.cz> | 2002-11-13 09:46:12 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2002-11-13 09:46:12 +0100 |
commit | de10a974f2e2e8a11b6a6852cd770c1096e1c25d (patch) | |
tree | 1c275c882f3c749b0d95086eb48397c0bea1f7d6 /proto | |
parent | 59b96d7b4d8a055aa77917099b358cfc7b5e0731 (diff) | |
download | bird-de10a974f2e2e8a11b6a6852cd770c1096e1c25d.tar bird-de10a974f2e2e8a11b6a6852cd770c1096e1c25d.zip |
Added missing semicolons.
Diffstat (limited to 'proto')
-rw-r--r-- | proto/bgp/attrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bgp/attrs.c b/proto/bgp/attrs.c index 82a180a..ba3efec 100644 --- a/proto/bgp/attrs.c +++ b/proto/bgp/attrs.c @@ -471,7 +471,7 @@ bgp_get_bucket(struct bgp_proto *p, ea_list *attrs, int originate) d->u.ptr = z; break; } - default: + default: ; } d++; new->count++; |