1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00: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:
Emanuele Giaquinta 2006-09-09 14:01:21 +00:00 committed by exg
parent 40d97468ca
commit 1d42194902

View File

@ -421,8 +421,7 @@ int term_gets(unichar *buffer, int size)
continue;
#endif
buffer[count] = key;
count++;
buffer[count++] = key;
}
return count;