aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-02-27 00:52:06 +0800
committerXan Lopez <xan@src.gnome.org>2009-02-27 00:52:06 +0800
commit887bf0716e88a3dea7b6c6a60c37d59d24f652a8 (patch)
treee3955b68ac0591c234457054df3fd48a3fb5a831 /embed
parent524007db88546cf76a6d0a0c1c512dd93058bc63 (diff)
downloadgsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar.gz
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar.bz2
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar.lz
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar.xz
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.tar.zst
gsoc2013-epiphany-887bf0716e88a3dea7b6c6a60c37d59d24f652a8.zip
webkit-embed: remove extra ';'.
svn path=/trunk/; revision=8816
Diffstat (limited to 'embed')
-rw-r--r--embed/webkit/webkit-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/webkit/webkit-embed.c b/embed/webkit/webkit-embed.c
index 0460d7d3a..330718a29 100644
--- a/embed/webkit/webkit-embed.c
+++ b/embed/webkit/webkit-embed.c
@@ -569,7 +569,7 @@ static const char *
impl_get_encoding (EphyEmbed *embed)
{
WebKitWebView *view = WEBKIT_EMBED (embed)->priv->web_view;
- return webkit_web_view_get_custom_encoding (view);;
+ return webkit_web_view_get_custom_encoding (view);
}
static gboolean