diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-24 16:55:45 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-24 16:55:45 +0100 |
commit | dac80e1e35ab724312d00f7e581d560fbc7e01f5 (patch) | |
tree | 09376015364750828a17e3b37486b585786d73c8 /src/backenddb | |
parent | 37cd7259f99a112ee95ffb07ba40589c853ad028 (diff) |
-doxygen fixv0.9.1
Diffstat (limited to 'src/backenddb')
-rw-r--r-- | src/backenddb/plugin_merchantdb_postgres.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c index 959b2253..823ad819 100644 --- a/src/backenddb/plugin_merchantdb_postgres.c +++ b/src/backenddb/plugin_merchantdb_postgres.c @@ -7797,7 +7797,7 @@ postgres_lookup_all_webhooks (void *cls, * * @param cls closure * @param webhook_serial webhook that need to be update - * @param pwb details about the next pending webhook + * @param next_attempt when to try the webhook next * @return database result code */ static enum GNUNET_DB_QueryStatus |