summaryrefslogtreecommitdiff
path: root/src/core/net-nonblock.c
diff options
context:
space:
mode:
authorEmanuele Giaquinta <exg@irssi.org>2008-02-04 15:30:38 +0000
committerexg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-02-04 15:30:38 +0000
commitffe5bd693092ed66840a64d8c0164c5999fc4adb (patch)
treeb17754f9c74278527cd311016b3a8ade27b2cec2 /src/core/net-nonblock.c
parent9bf5ea604906d3fa15bfbbc37dc737e1de390440 (diff)
downloadirssi-ffe5bd693092ed66840a64d8c0164c5999fc4adb.zip
Remove trailing whitespace.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4705 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/core/net-nonblock.c')
-rw-r--r--src/core/net-nonblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/net-nonblock.c b/src/core/net-nonblock.c
index 3b76fe89..3eeef228 100644
--- a/src/core/net-nonblock.c
+++ b/src/core/net-nonblock.c
@@ -125,7 +125,7 @@ int net_gethostbyname_nonblock(const char *addr, GIOChannel *pipe,
else {
if (rec.host4) {
len = strlen(rec.host4) + 1;
- g_io_channel_write_block(pipe, (void *) &len,
+ g_io_channel_write_block(pipe, (void *) &len,
sizeof(int));
g_io_channel_write_block(pipe, (void *) rec.host4,
len);