typo fix
This commit is contained in:
parent
f0e0656f38
commit
124d3e89dd
1 changed files with 1 additions and 1 deletions
2
surf.c
2
surf.c
|
@ -568,7 +568,7 @@ zoompage(Client *c, const Arg *arg) {
|
|||
webkit_web_view_zoom_out(c->view);
|
||||
else if(arg->i > 0) /* zoom in */
|
||||
webkit_web_view_zoom_in(c->view);
|
||||
else /* absolute level */
|
||||
else /* reset */
|
||||
webkit_web_view_set_zoom_level(c->view, 1.0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue