From 77f3bafc7dfaf223c6ff9ab99db28cc407517126 Mon Sep 17 00:00:00 2001 From: dlg Date: Mon, 12 Feb 2018 00:09:39 +0000 Subject: [PATCH] ; ends c statements, not ;; --- sys/net/if_etherip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/net/if_etherip.c b/sys/net/if_etherip.c index 133443ab20c..7a0b4bbd3bb 100644 --- a/sys/net/if_etherip.c +++ b/sys/net/if_etherip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_etherip.c,v 1.33 2018/02/09 09:22:46 dlg Exp $ */ +/* $OpenBSD: if_etherip.c,v 1.34 2018/02/12 00:09:39 dlg Exp $ */ /* * Copyright (c) 2015 Kazuya GODA * @@ -73,7 +73,7 @@ struct etherip_tunnel { sa_family_t t_af; RBT_ENTRY(etherip_tunnel) - t_entry;; + t_entry; }; RBT_HEAD(etherip_tree, etherip_tunnel); -- 2.20.1