compile again

SVN revision: 15081
This commit is contained in:
handyande 2005-06-03 08:42:43 +00:00 committed by handyande
parent bd1ea9748e
commit 5b7bd282f9
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ e_container_current_get(E_Manager *man)
return con;
}
/* If noone is available, return the first */
return (E_Container *con)man->containers->data;
return (E_Container *)man->containers->data;
}
void