aboutsummaryrefslogtreecommitdiff
path: root/src/my
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-10-06 16:01:51 +0000
committerGabor X Toth <*@tg-x.net>2016-10-06 16:01:51 +0000
commitda0aae8584e524595e7c17cf3f2cce3090fbb035 (patch)
tree00bbb49044c3febe69e894a9cc14b45ffc1a12e7 /src/my
parenta150b5db213e2fd9474ff7f4a6f639b22ece63ef (diff)
downloadgnunet-da0aae8584e524595e7c17cf3f2cce3090fbb035.tar.gz
gnunet-da0aae8584e524595e7c17cf3f2cce3090fbb035.zip
psycstore: mysql stmt fix, logging for tests
Diffstat (limited to 'src/my')
-rw-r--r--src/my/my.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/my/my.c b/src/my/my.c
index dd0e40251..5816663b6 100644
--- a/src/my/my.c
+++ b/src/my/my.c
@@ -104,7 +104,7 @@ GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc,
104 104
105/** 105/**
106 * Free all memory that was allocated in @a qp during 106 * Free all memory that was allocated in @a qp during
107 * #GNUNET_MY_exect_prepared(). 107 * #GNUNET_MY_exec_prepared().
108 * 108 *
109 * @param qp query specification to clean up 109 * @param qp query specification to clean up
110 * @param qbind array of parameter to clean up 110 * @param qbind array of parameter to clean up