merge in some fixes + basic uzbl icon from uranther
[uzbl-mobile] / uzbl.c
diff --git a/uzbl.c b/uzbl.c
index 41ec84e..35a50fc 100644 (file)
--- a/uzbl.c
+++ b/uzbl.c
@@ -1370,7 +1370,7 @@ cmd_font_size() {
                       uzbl.behave.font_size, NULL);
     }
 }
+
 static void
 cmd_zoom_level() {
     webkit_web_view_set_zoom_level (uzbl.gui.web_view, uzbl.behave.zoom_level);