fix const warning

SVN revision: 61773
This commit is contained in:
Mike Blumenkrantz 2011-07-26 20:36:40 +00:00
parent 8a63b0c909
commit e4e0c27836
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ static void
event_send(const char *device, Eeze_Scanner_Event_Type type, Eina_Bool volume)
{
Eeze_Scanner_Event ev;
Eina_List *l;
const Eina_List *l;
Ecore_Con_Client *cl;
ev.device = device;