viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit f17ef1c37df5d4122be258f1291e39faed66a897
parent 27b02f989ad73169687b56bd7199339d2ec080fc
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Thu, 20 Sep 2012 20:20:33 -0600

remove comma for clarity.

Diffstat:
Mmain.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -459,7 +459,7 @@ webview_load_finished_cb(void *data, Evas_Object *obj, void *event_info) // Evas_Object *frame = ewk_view_frame_main_get(view); if (frame_error) - fprintf(stderr, "Error http code %i on domain %s,\n%s\n", frame_error->code, frame_error->failing_url, frame_error->description); + fprintf(stderr, "Error http code %i on domain %s\n%s\n", frame_error->code, frame_error->failing_url, frame_error->description); /* g_object_get(settings, "enable-scripts", &scripts, NULL); */ if (escape_input_on_load && scripts && !ad->manual_focus && !elm_object_focus_get(ad->url)) {