summaryrefslogtreecommitdiffstats
path: root/src/web-view-schemes
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-30 04:34:07 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-30 04:34:07 (EDT)
commita8eb41eec960c3d61d77e2792afc07dd99e97a16 (patch)
tree1cbc3c53acb257661eaaccec7fd37ea055bcae45 /src/web-view-schemes
parent45e006f85d03056767dd3d64601638341d898380 (diff)
downloadmarquee-a8eb41eec960c3d61d77e2792afc07dd99e97a16.zip
marquee-a8eb41eec960c3d61d77e2792afc07dd99e97a16.tar.gz
marquee-a8eb41eec960c3d61d77e2792afc07dd99e97a16.tar.bz2
src/web-view-schemes/normal.c: Add missing blank line between functions
Diffstat (limited to 'src/web-view-schemes')
-rw-r--r--src/web-view-schemes/normal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web-view-schemes/normal.c b/src/web-view-schemes/normal.c
index 3a0ccf2..1ccc9e1 100644
--- a/src/web-view-schemes/normal.c
+++ b/src/web-view-schemes/normal.c
@@ -336,6 +336,7 @@ context_menu_editable_cb(WebKitContextMenu *context_menu,
NEW_SEPARATOR_ITEM(); /* --- */
RESTORE_ITEMS(input_items); /* _Insert Unicode Character */
}
+
static void
context_menu_document_cb(WebKitContextMenu *context_menu, GList *nav_items,
MqWebView G_GNUC_UNUSED *web_view)