From 1803f00c6e83e1d0d9d0c310e02425e9b48b38b1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 19 May 2010 05:26:21 -0500 Subject: [PATCH] ppp: Trivial whitespace error --- gatchat/ppp_net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatchat/ppp_net.c b/gatchat/ppp_net.c index a74c06ce..0b1d3a2d 100644 --- a/gatchat/ppp_net.c +++ b/gatchat/ppp_net.c @@ -106,7 +106,7 @@ static gboolean ppp_net_callback(GIOChannel *channel, GIOCondition cond, if (cond & G_IO_IN) { /* leave space to add PPP protocol field */ status = g_io_channel_read_chars(channel, buf, net->mtu, - &bytes_read, &error); + &bytes_read, &error); if (bytes_read > 0) ppp_transmit(net->ppp, (guint8 *) net->ppp_packet, bytes_read);