elementary_codegen.c: removed unused pointer value.

This fixes coverity CID 1039982.
This commit is contained in:
Daniel Juyung Seo 2013-08-11 15:19:40 +09:00
parent ac1ac07790
commit 50463d76b0
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ _theme_set_write(void)
_group = strdup(group);
if (!_group) return EINA_FALSE;
token = strtok(_group, "/");
strtok(_group, "/");
for (i = 0; i < 3; i++)
{
token = strtok(NULL, "/");