diff --git a/sys/contrib/ngatm/netnatm/sig/sig_party.c b/sys/contrib/ngatm/netnatm/sig/sig_party.c index f9d5cd0cf57..cdb8d25274f 100644 --- a/sys/contrib/ngatm/netnatm/sig/sig_party.c +++ b/sys/contrib/ngatm/netnatm/sig/sig_party.c @@ -95,7 +95,7 @@ uni_create_partyx(struct call *c, u_int epref, u_int mine, uint32_t cookie) p->call = c; p->epref = epref; p->flags = mine; - p->state = UNI_EPSTATE_NULL;; + p->state = UNI_EPSTATE_NULL; TIMER_INIT_PARTY(p, t397); TIMER_INIT_PARTY(p, t398);