ttypo - surf - Surf web browser.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 8cc71f8216d0ca28a2c22306e7efc9e7ec587383
 (DIR) parent 7330d0e26190e40fd857546b4cbc46855c75aeaa
 (HTM) Author: Enno Boland (tox) <tox@s01.de>
       Date:   Wed, 26 May 2010 15:34:09 +0200
       
       ttypo
       Diffstat:
         surf.c                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) 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;
        }