surf

surf browser, a WebKit2GTK based browser
Log | Files | Refs | README | LICENSE

commit 8cc71f8216d0ca28a2c22306e7efc9e7ec587383
parent 7330d0e26190e40fd857546b4cbc46855c75aeaa
Author: Enno Boland (tox) <tox@s01.de>
Date:   Wed, 26 May 2010 15:34:09 +0200

typo
Diffstat:
surf.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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; }