aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index ad64422..4ca6cfe 100644
--- a/src/main.c
+++ b/src/main.c
@@ -92,8 +92,8 @@ int prompt_yes_no(void)
return 0;
}
-/* Convert heap-allocated *STR to C string to SQL string, essentially by adding
- * single quotes to escape single quotes. */
+/* Convert heap-allocated *STR from C string to SQL string, essentially by
+ * adding single quotes to escape single quotes. */
static void sanitize_sql_str(char **str)
{
int nt = 0; /* total number to insert */