mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Restore accidentally removed line
svn path=/trunk/netsurf/; revision=4804
This commit is contained in:
parent
9eacc5ca04
commit
9418f693d2
@ -77,5 +77,6 @@ user_agent_string(void)
|
|||||||
{
|
{
|
||||||
if (core_user_agent_string == NULL)
|
if (core_user_agent_string == NULL)
|
||||||
user_agent_build_string();
|
user_agent_build_string();
|
||||||
|
return core_user_agent_string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user