diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-16 18:26:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-16 18:26:34 +0200 |
commit | 21da34a5011bfb9445b658febdb40c90c34b4170 (patch) | |
tree | 52331735c275986b8129b5d40e16a1ad8f0ecb58 /src/include/taler_pq_lib.h | |
parent | 456434ec41337e60188ae402a621d568ba48dca7 (diff) |
-fix doxygen errors
Diffstat (limited to 'src/include/taler_pq_lib.h')
-rw-r--r-- | src/include/taler_pq_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_pq_lib.h b/src/include/taler_pq_lib.h index 980ca29bf..d02dc55a6 100644 --- a/src/include/taler_pq_lib.h +++ b/src/include/taler_pq_lib.h @@ -394,7 +394,7 @@ TALER_PQ_exec_prepared (PGconn *db_conn, * is returned. * * @param result result to process - * @param[in|out] rs result specification to extract for + * @param[in,out] rs result specification to extract for * @param row row from the result to extract * @return * #GNUNET_YES if all results could be extracted |