diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:58:57 +0100 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2025-12-27 21:58:57 +0100 |
| commit | 67d3c81e8474e5aea573ae1b2913efd7d2da00aa (patch) | |
| tree | 59cbcc3e21e7d7e1d7149788807ac1e291fda15c | |
| parent | 8043109f7eeb2a48bf1e2404278d8bc4af9a5634 (diff) | |
Fix doc
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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, |
