eina_str_split_full_helper: indent

This commit is contained in:
Jérémy Zurcher 2013-06-12 15:46:49 +02:00
parent bc182253a7
commit 0baf4b3561
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ eina_str_join_len(char *dst,
return ret;
}
memcpy(dst, a, a_len);
memcpy(dst, a, a_len);
off = a_len;
if (size <= off + 1)