From 0637070b5bca4691bf54c5985a74f4d7888050dc Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 30 Aug 2021 11:38:51 -0400 Subject: [PATCH] ngatm: remove one of doubled semicolons Discussed with: harti --- sys/contrib/ngatm/netnatm/sig/sig_party.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);