mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +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;
|
||||
#endif
|
||||
|
||||
buffer[count] = key;
|
||||
count++;
|
||||
buffer[count++] = key;
|
||||
}
|
||||
|
||||
return count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue