Remove forgotten braces.
[oweals/tinc.git] / src / netbsd / device.c
index d09983394d53c2a1443890fabaa578075244989e..9c3b2cd653af6bbb079ba75df48b434d9e6b8df4 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     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"
 */
 
 #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);
 
        ifdebug(TRAFFIC) logger(LOG_DEBUG, _("Read packet of %d bytes from %s"), packet->len,
                           device_info);
-       }
 
        return true;
 }
 
        return true;
 }