mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
Remove trailing whitespace.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4705 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9bf5ea6049
commit
ffe5bd6930
10 changed files with 25 additions and 25 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue