pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7330d0e
)
typo
author
Enno Boland (tox)
<tox@s01.de>
Wed, 26 May 2010 13:34:09 +0000
(15:34 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Wed, 26 May 2010 13:34:09 +0000
(15:34 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
360e0dc
..
8c76d73
100644
(file)
--- 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, &
cm
g);
+
arg
= (Arg)DOWNLOAD("_SURF_HILIGHT");
+ spawn(c, &
ar
g);
return FALSE;
}