plug-ins: Fix libcurl URI backend compilation

This commit is contained in:
Martin Nordholts 2011-07-17 15:33:50 +02:00
parent 50bf895ba3
commit f53f8432f8
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ uri_backend_load_image (const gchar *uri,
proto = "FTPS";
}
else
if (! g_ascii_strncasecmp (eff_url ,"gopher://, 9"))
if (! g_ascii_strncasecmp (eff_url ,"gopher://", 9))
{
is_gopher = TRUE;
proto = "GOPHER";