From 67d3c81e8474e5aea573ae1b2913efd7d2da00aa Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 27 Dec 2025 21:58:57 +0100 Subject: Fix doc --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index 460894e..8b3f09a 100644 --- a/src/main.c +++ b/src/main.c @@ -558,8 +558,7 @@ static int get_id_by_col_callback(void *_id, int, char **cols, char **) } } -/* Write to *_ID the id of the entry of TABLE that has the value VAL for column - * COL. */ +/* Return the id of the entry of TABLE that has the value VAL for column COL. */ static int get_id_by_col(sqlite3 *db, const char *table, const char *col, -- cgit v1.2.3