aboutsummaryrefslogtreecommitdiff
path: root/src/sq/sq_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sq/sq_exec.c')
-rw-r--r--src/sq/sq_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sq/sq_exec.c b/src/sq/sq_exec.c
index 1dfa535d9..8c47c22b4 100644
--- a/src/sq/sq_exec.c
+++ b/src/sq/sq_exec.c
@@ -44,7 +44,6 @@ GNUNET_SQ_make_execute (const char *sql)
44} 44}
45 45
46 46
47
48/** 47/**
49 * Create a `struct GNUNET_SQ_ExecuteStatement` where errors should 48 * Create a `struct GNUNET_SQ_ExecuteStatement` where errors should
50 * be tolerated. 49 * be tolerated.
@@ -110,4 +109,5 @@ GNUNET_SQ_exec_statements (sqlite3 *dbh,
110 return GNUNET_OK; 109 return GNUNET_OK;
111} 110}
112 111
112
113/* end of sq_exec */ 113/* end of sq_exec */