Break away if we already found a matching state

SVN revision: 65035
This commit is contained in:
Iván Briano 2011-11-11 00:43:23 +00:00
parent 2f4c5de9ed
commit bcce5db59a
1 changed files with 1 additions and 0 deletions

View File

@ -4452,6 +4452,7 @@ st_collections_group_parts_part_description_state(void)
ep->other.desc = realloc(ep->other.desc,
sizeof (Edje_Part_Description_Common*) * ep->other.desc_count);
current_desc = ep->other.desc[i];
break;
}
}
}