aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2025-12-27 21:58:57 +0100
committerTristan Riehs <tristan.riehs@inria.fr>2025-12-27 21:58:57 +0100
commit67d3c81e8474e5aea573ae1b2913efd7d2da00aa (patch)
tree59cbcc3e21e7d7e1d7149788807ac1e291fda15c /src
parent8043109f7eeb2a48bf1e2404278d8bc4af9a5634 (diff)
Fix doc
Diffstat (limited to 'src')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 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,