diff options
-rw-r--r-- | surf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |