From 70dc740953c8213b73cd7c089c7afdc9a97f47a0 Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Fri, 4 Sep 2009 14:57:19 -0300 Subject: Making gcc shut up, by initializing loading_uri --- embed/ephy-embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c index 1d5daa288..c10e4d315 100644 --- a/embed/ephy-embed.c +++ b/embed/ephy-embed.c @@ -240,7 +240,7 @@ load_status_changed_cb (WebKitWebView *view, ephy_web_view_set_security_level (EPHY_WEB_VIEW (view), security_level); } else if (status == WEBKIT_LOAD_PROVISIONAL || status == WEBKIT_LOAD_FINISHED) { EphyWebViewNetState estate = EPHY_WEB_VIEW_STATE_UNKNOWN; - const char *loading_uri; + const char *loading_uri = NULL; if (status == WEBKIT_LOAD_PROVISIONAL) { WebKitWebFrame *frame; -- cgit v1.2.3