Restore accidentally removed line

svn path=/trunk/netsurf/; revision=4804
This commit is contained in:
Rob Kendrick 2008-07-29 15:36:54 +00:00
parent 9eacc5ca04
commit 9418f693d2
1 changed files with 1 additions and 0 deletions

View File

@ -77,5 +77,6 @@ user_agent_string(void)
{
if (core_user_agent_string == NULL)
user_agent_build_string();
return core_user_agent_string;
}