diff options
Diffstat (limited to 'src/clog.c')
-rw-r--r-- | src/clog.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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; |