diff options
author | Emanuele Giaquinta <exg@irssi.org> | 2008-02-04 15:30:38 +0000 |
---|---|---|
committer | exg <exg@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-04 15:30:38 +0000 |
commit | ffe5bd693092ed66840a64d8c0164c5999fc4adb (patch) | |
tree | b17754f9c74278527cd311016b3a8ade27b2cec2 /src/core/net-nonblock.c | |
parent | 9bf5ea604906d3fa15bfbbc37dc737e1de390440 (diff) | |
download | irssi-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.c | 2 |
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); |