small typo.
This commit is contained in:
parent
4f7fdd1dfa
commit
764550e087
2
surf.c
2
surf.c
|
@ -434,7 +434,7 @@ loaduri(Client *c, const Arg *arg) {
|
||||||
|
|
||||||
void
|
void
|
||||||
navigate(Client *c, const Arg *arg) {
|
navigate(Client *c, const Arg *arg) {
|
||||||
gint steps = *(gint *)arg;
|
int steps = *(int *)arg;
|
||||||
webkit_web_view_go_back_or_forward(c->view, steps);
|
webkit_web_view_go_back_or_forward(c->view, steps);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue