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
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;