From 0009b9448c066b7f7725ff0613b5a3e72c1edb31 Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Mon, 20 Aug 2012 16:58:23 +0000 Subject: [PATCH] [elm] And I forgot this for elm_web. SVN revision: 75469 --- src/bin/test_web.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test_web.c b/src/bin/test_web.c index 32c533f..c5976a6 100644 --- a/src/bin/test_web.c +++ b/src/bin/test_web.c @@ -207,7 +207,7 @@ _confirm_hook(void *data __UNUSED__, Evas_Object *obj, const char *message, Eina } static Evas_Object * -_prompt_hook(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *message __UNUSED__, const char *default_value, char **value, Eina_Bool *response) +_prompt_hook(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *message __UNUSED__, const char *default_value, const char **value, Eina_Bool *response) { *response = EINA_TRUE; *value = default_value ? strdup(default_value) : "No default!"; -- 2.7.4