summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Enno Boland (tox) 2010-05-26 15:34:09 +0200
committerGravatar Enno Boland (tox) 2010-05-26 15:34:09 +0200
commit8cc71f8216d0ca28a2c22306e7efc9e7ec587383 (patch)
tree7e14d93864346ed3fa6ccc27716086aec927da31
parentApplying Nibbles download patch. Thanks! (diff)
typo
Diffstat (limited to '')
-rw-r--r--surf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/surf.c b/surf.c
index 360e0dc..8c76d73 100644
--- a/surf.c
+++ b/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;
}