SVN revision: 83402
This commit is contained in:
Carsten Haitzler 2013-01-29 04:01:46 +00:00
parent caddf1fdee
commit 0bbeac1a15
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ _term_prev_get(Term *termin)
#if (EINA_VERSION_MAJOR > 1) || (EINA_VERSION_MINOR >= 8)
sp = eina_list_last_data_get(flat);
#else
sp = eina_list_data_get(eina_list_last((flat));
sp = eina_list_data_get(eina_list_last(flat));
#endif
eina_list_free(flat);
return sp->term;