typo
This commit is contained in:
parent
7330d0e261
commit
8cc71f8216
1 changed files with 2 additions and 2 deletions
4
surf.c
4
surf.c
|
@ -334,8 +334,8 @@ initdownload(WebKitWebView *view, WebKitDownload *o, Client *c) {
|
||||||
Arg arg;
|
Arg arg;
|
||||||
|
|
||||||
updatewinid(c);
|
updatewinid(c);
|
||||||
cmd = (Arg)DOWNLOAD("_SURF_HILIGHT");
|
arg = (Arg)DOWNLOAD("_SURF_HILIGHT");
|
||||||
spawn(c, &cmg);
|
spawn(c, &arg);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue