From 2a77a370e18ff414e2de5bab05578522845bbc3c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 3 Apr 2016 22:39:08 -0400 Subject: [PATCH] cleanup: move comment block separator --- src/comm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/comm.c b/src/comm.c index 05a18fbbb..8a3b38043 100644 --- a/src/comm.c +++ b/src/comm.c @@ -7,11 +7,11 @@ #include +/* =========================== PUBLIC API =========================== */ + static GString * append_escaped (GString *dest, const gchar *src); -/* =========================== PUBLIC API =========================== */ - void uzbl_comm_string_append_double (GString *buf, double val) {