Fix user agent command-line parameter

Thanks to yui for seeing that!
This commit is contained in:
Quentin Rameau 2015-11-23 22:13:32 +01:00
parent 981ade6eeb
commit c069b76f1b
1 changed files with 1 additions and 1 deletions

2
surf.c
View File

@ -1517,7 +1517,7 @@ main(int argc, char *argv[])
stylefile = EARGF(usage());
break;
case 'u':
useragent = EARGF(usage());
fulluseragent = EARGF(usage());
break;
case 'v':
die("surf-"VERSION", ©2009-2015 surf engineers, "