aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,