mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Cosmetic, merge two statements and reindent with tabs.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4332 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
40d97468ca
commit
1d42194902
1 changed files with 1 additions and 2 deletions
|
|
@ -421,8 +421,7 @@ int term_gets(unichar *buffer, int size)
|
||||||
continue;
|
continue;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
buffer[count] = key;
|
buffer[count++] = key;
|
||||||
count++;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return count;
|
return count;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue