mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
Fix typo in stub cookie function
svn path=/trunk/netsurf/; revision=2741
This commit is contained in:
parent
52a90e9998
commit
a6494b29c0
@ -328,5 +328,5 @@ char *url_to_path(const char *url)
|
||||
|
||||
bool cookies_update(const char *domain, const struct cookie_data *data)
|
||||
{
|
||||
retutn true;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user