From: Enno Boland (tox) Date: Mon, 8 Mar 2010 08:30:26 +0000 (+0100) Subject: small typo. X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=764550e087e0ae3d8d11f349e711a2cf7bd81ca5 small typo. --- diff --git a/surf.c b/surf.c index ec6574a..197de44 100644 --- a/surf.c +++ b/surf.c @@ -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); }