]> Skullheadx's Git Forge - surf.git/commitdiff
small typo.
authorEnno Boland (tox) <tox@s01.de>
Mon, 8 Mar 2010 08:30:26 +0000 (09:30 +0100)
committerEnno Boland (tox) <tox@s01.de>
Mon, 8 Mar 2010 08:30:26 +0000 (09:30 +0100)
surf.c

diff --git a/surf.c b/surf.c
index ec6574a7602dfd5389d8a6037e870b1b32c66f35..197de44af087ba564da5f0a947e7719c3f545b28 100644 (file)
--- 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);
 }