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;
|
||||
|
||||
updatewinid(c);
|
||||
cmd = (Arg)DOWNLOAD("_SURF_HILIGHT");
|
||||
spawn(c, &cmg);
|
||||
arg = (Arg)DOWNLOAD("_SURF_HILIGHT");
|
||||
spawn(c, &arg);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue