Cleanup previous patch.

This commit is contained in:
Troels Henriksen
2011-11-05 12:06:08 +01:00
parent df96fe4171
commit 590a9bb19d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
Arg arg;
updatewinid(c);
arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o), useragent);
arg = (Arg)DOWNLOAD((char *)webkit_download_get_uri(o));
spawn(c, &arg);
return FALSE;
}