ttypo - surf - customized build of surf, the suckless webkit browser
HTML git clone git://src.adamsgaard.dk/surf
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 8cc71f8216d0ca28a2c22306e7efc9e7ec587383
DIR parent 7330d0e26190e40fd857546b4cbc46855c75aeaa
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Wed, 26 May 2010 15:34:09 +0200
ttypo
Diffstat:
M surf.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/surf.c b/surf.c
t@@ -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;
}