eina/stringshare - get rid of white space

SVN revision: 64165
This commit is contained in:
ChunEon Park 2011-10-19 08:36:42 +00:00
parent a1e7fa3103
commit 07e6862922
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ eina_stringshare_del(const char *str)
return;
/* special cases */
if (str[0] == '\0')
if (str[0] == '\0')
slen = 0;
else if (str[1] == '\0')
slen = 1;