Squash warning

svn path=/trunk/netsurf/; revision=3988
This commit is contained in:
John Mark Bell 2008-03-19 18:36:16 +00:00
parent 4e58c7a6ce
commit 46d135f42d
1 changed files with 1 additions and 1 deletions

View File

@ -3199,7 +3199,7 @@ bool urldb_insert_cookie(struct cookie_internal_data *c, const char *scheme,
}
}
p = &h->paths;
p = (struct path_data *) &h->paths;
} else {
h = urldb_search_find(
urldb_get_search_tree(c->domain),