aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
Diffstat (limited to 'camel')
-rw-r--r--camel/url-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/url-util.c b/camel/url-util.c
index 5fea4d6542..da47e041d9 100644
--- a/camel/url-util.c
+++ b/camel/url-util.c
@@ -108,7 +108,7 @@ Gurl *g_url_new (const gchar* url_string)
slash = strchr (url_string, '/');
colon = strchr (url_string, ':');
if (slash && colon > slash)
- colon == 0;
+ colon = 0;
if (colon) {
g_url->host = g_strndup (url_string, colon - url_string);