Fix missing doxygen parameter comment.

This commit is contained in:
Michael Drake 2014-09-17 18:50:19 +01:00
parent 0864dbf8a8
commit 87c5753d49
1 changed files with 1 additions and 0 deletions

View File

@ -905,6 +905,7 @@ static bool textarea_reflow_singleline(struct textarea *ta, size_t b_off,
* \param ta Textarea to reflow
* \param b_start 0-based byte offset in ta->text to start of modification
* \param b_length Byte length of change in textarea text
* \param r Modified/reduced to area where redraw is required
* \return true on success false otherwise
*/
static bool textarea_reflow_multiline(struct textarea *ta,