From 011e8d8870a6c14674e5e389bfdc09dae62b948d Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sun, 19 Feb 2023 11:57:08 -0600 Subject: Clean up --- src/clog.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/clog.c') diff --git a/src/clog.c b/src/clog.c index 5754955..af51155 100644 --- a/src/clog.c +++ b/src/clog.c @@ -521,11 +521,7 @@ int sql_render_posts(struct kore_pgsql *sql, struct post_query *pq) { } int -sql_insert_posts( - const char *id, - const char *title, - const char *body -) { +sql_insert_posts(const char *id, const char *title, const char *body) { int err = KORE_RESULT_OK; struct kore_pgsql sql; -- cgit v1.2.3