(svn r6957) -Cleanup: comments, coding style

This commit is contained in:
Darkvater
2006-10-27 11:09:24 +00:00
parent 2543ab6b27
commit bc3c56ffeb
3 changed files with 16 additions and 4 deletions

View File

@@ -886,7 +886,8 @@ bool MoveTextBufferPos(Textbuf *tb, int navmode)
* @param buf the buffer that will be holding the data for input
* @param maxlength maximum length in characters of this buffer
* @param maxwidth maximum length in pixels of this buffer. If reached, buffer
* cannot grow, even if maxlength would allow because there is space */
* cannot grow, even if maxlength would allow because there is space. A length
* of zero '0' means the buffer is only restricted by maxlength */
void InitializeTextBuffer(Textbuf *tb, const char *buf, uint16 maxlength, uint16 maxwidth)
{
tb->buf = (char*)buf;