tsmall typo. - 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 764550e087e0ae3d8d11f349e711a2cf7bd81ca5
DIR parent 4f7fdd1dfa6ed0c76a6858421aa1f5c56957a27a
HTML Author: Enno Boland (tox) <tox@s01.de>
Date: Mon, 8 Mar 2010 09:30:26 +0100
small typo.
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/surf.c b/surf.c
t@@ -434,7 +434,7 @@ loaduri(Client *c, const Arg *arg) {
void
navigate(Client *c, const Arg *arg) {
- gint steps = *(gint *)arg;
+ int steps = *(int *)arg;
webkit_web_view_go_back_or_forward(c->view, steps);
}