This commit is contained in:
Enno Boland (tox) 2010-05-26 15:34:09 +02:00
parent 7330d0e261
commit 8cc71f8216
1 changed files with 2 additions and 2 deletions

4
surf.c
View File

@ -334,8 +334,8 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
Arg arg;
updatewinid(c);
cmd = (Arg)DOWNLOAD("_SURF_HILIGHT");
spawn(c, &cmg);
arg = (Arg)DOWNLOAD("_SURF_HILIGHT");
spawn(c, &arg);
return FALSE;
}