diff options
| -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, |
