From: dlg Date: Mon, 12 Feb 2018 00:09:39 +0000 (+0000) Subject: ; ends c statements, not ;; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=77f3bafc7dfaf223c6ff9ab99db28cc407517126;p=openbsd ; ends c statements, not ;; --- 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);