Remove forgotten braces.

This commit is contained in:
Guus Sliepen 2003-07-31 11:31:51 +00:00
parent 5c29d06668
commit 8eca27e863
3 changed files with 3 additions and 6 deletions

View 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.
$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;
}

View 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.
$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;
}

View 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.
$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;
}