diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:06:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-23 00:06:36 +0200 |
commit | 82a5038acf5302957ca450d9c262f6fed59a45ba (patch) | |
tree | 904d3df403c6984577a19a8371057593fe87ae05 /src/exchangedb/plugin_exchangedb_postgres.c | |
parent | c559b1c935a93c4cdec442beeac59264d483c824 (diff) |
-doxygen fixes
Diffstat (limited to 'src/exchangedb/plugin_exchangedb_postgres.c')
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 95ea6a4bb..e2a740f1b 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -194,9 +194,9 @@ postgres_create_tables (void *cls) /** - * Initialize prepared statements for @a sess. + * Initialize prepared statements for @a pg. * - * @param[in,out] sess session to initialize + * @param[in,out] pg connection to initialize * @return #GNUNET_OK on success */ static enum GNUNET_GenericReturnValue |