elm slider_example.c: Use proper callback declarations according to elm API change.

SVN revision: 69694
This commit is contained in:
Daniel Juyung Seo 2012-03-28 07:17:43 +00:00
parent c613f40a8c
commit 7d68758bdc
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ _delay_changed_cb(void *data __UNUSED__, Evas_Object *obj, void *event_info __UN
printf("Delay changed to %1.2f\n", val);
}
static const char*
static char*
_indicator_format(double val)
{
char *indicator = malloc(sizeof(char) * 32);