aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pq/pq_event.c')
-rw-r--r--src/pq/pq_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_event.c b/src/pq/pq_event.c
index 3e708fc04..16bd898fb 100644
--- a/src/pq/pq_event.c
+++ b/src/pq/pq_event.c
@@ -170,7 +170,7 @@ struct NotifyContext
170 * @param value a `struct GNUNET_DB_EventHandler` 170 * @param value a `struct GNUNET_DB_EventHandler`
171 * @return #GNUNET_OK continue to iterate 171 * @return #GNUNET_OK continue to iterate
172 */ 172 */
173static int 173static enum GNUNET_GenericReturnValue
174do_notify (void *cls, 174do_notify (void *cls,
175 const struct GNUNET_ShortHashCode *sh, 175 const struct GNUNET_ShortHashCode *sh,
176 void *value) 176 void *value)