Elementary thumb: Fixed warning.

SVN revision: 58981
This commit is contained in:
Daniel Juyung Seo 2011-04-28 00:33:46 +00:00
parent 0502444c42
commit 4fc323297f
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ _finished_thumb_cb(void *data, Ethumb_Client *c __UNUSED__, int id, const char *
}
static void
_thumb_exists(Ethumb_Client *client, Ethumb_Exists *thread,
_thumb_exists(Ethumb_Client *client __UNUSED__, Ethumb_Exists *thread,
Eina_Bool exists, void *data)
{
Widget_Data *wd = data;