From: Guus Sliepen Date: Thu, 31 Jul 2003 11:31:51 +0000 (+0000) Subject: Remove forgotten braces. X-Git-Tag: release-1.0~25 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=8eca27e863d9cb139a1e4039f63aaac3c9afc3c6;hp=5c29d066688691dd1664597ba1c76195634f06c0 Remove forgotten braces. --- diff --git a/src/netbsd/device.c b/src/netbsd/device.c index d0998339..9c3b2cd6 100644 --- a/src/netbsd/device.c +++ b/src/netbsd/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.12 2003/07/22 20:55:21 guus Exp $ + $Id: device.c,v 1.1.2.13 2003/07/31 11:31:50 guus Exp $ */ #include "system.h" @@ -89,7 +89,6 @@ bool read_packet(vpn_packet_t *packet) ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len, device_info); - } return true; } diff --git a/src/openbsd/device.c b/src/openbsd/device.c index e7670300..07fa4b9f 100644 --- a/src/openbsd/device.c +++ b/src/openbsd/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.17 2003/07/22 20:55:21 guus Exp $ + $Id: device.c,v 1.1.2.18 2003/07/31 11:31:51 guus Exp $ */ #include "system.h" @@ -106,7 +106,6 @@ bool read_packet(vpn_packet_t *packet) ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len, device_info); - } return true; } diff --git a/src/raw_socket/device.c b/src/raw_socket/device.c index 77e0540d..1bece597 100644 --- a/src/raw_socket/device.c +++ b/src/raw_socket/device.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: device.c,v 1.1.2.8 2003/07/22 20:55:21 guus Exp $ + $Id: device.c,v 1.1.2.9 2003/07/31 11:31:51 guus Exp $ */ #include "config.h" @@ -122,7 +122,6 @@ bool read_packet(vpn_packet_t *packet) ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len, device_info); - } return true; }