summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2010-05-26 15:34:09 +0200
committerEnno Boland (tox) <tox@s01.de>2010-05-26 15:34:09 +0200
commit8cc71f8216d0ca28a2c22306e7efc9e7ec587383 (patch)
tree7e14d93864346ed3fa6ccc27716086aec927da31
parent7330d0e26190e40fd857546b4cbc46855c75aeaa (diff)
downloadsurf-8cc71f8216d0ca28a2c22306e7efc9e7ec587383.tar.gz
surf-8cc71f8216d0ca28a2c22306e7efc9e7ec587383.tar.bz2
surf-8cc71f8216d0ca28a2c22306e7efc9e7ec587383.zip
typo
-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;
}