elm_entry.c: fixed formatting.

This commit is contained in:
Daniel Juyung Seo 2013-03-11 19:40:19 +09:00
parent 2f204dd7ee
commit 4a5f9459fe
1 changed files with 2 additions and 2 deletions

View File

@ -2595,9 +2595,9 @@ proceed:
size_t tlen;
tlen = strlen(text);
/* FIXME: need that or we do copy unitialised data */
/* FIXME: need that or we do copy unitialised data */
tmpbuf = calloc(1, tlen + sd->append_text_len -
sd->append_text_position + 1);
sd->append_text_position + 1);
if (!tmpbuf)
{
ERR("Failed to allocate memory for entry's text %p", obj);