aboutsummaryrefslogtreecommitdiff
path: root/src/reclaim/plugin_rest_reclaim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reclaim/plugin_rest_reclaim.c')
-rw-r--r--src/reclaim/plugin_rest_reclaim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reclaim/plugin_rest_reclaim.c b/src/reclaim/plugin_rest_reclaim.c
index 1d1231cbd..80d6ca976 100644
--- a/src/reclaim/plugin_rest_reclaim.c
+++ b/src/reclaim/plugin_rest_reclaim.c
@@ -245,7 +245,7 @@ struct RequestHandle
245 char *emsg; 245 char *emsg;
246 246
247 /** 247 /**
248 * Reponse code 248 * Response code
249 */ 249 */
250 int response_code; 250 int response_code;
251 251
@@ -1200,7 +1200,7 @@ static void
1200consume_cont (void *cls, 1200consume_cont (void *cls,
1201 const struct GNUNET_IDENTITY_PublicKey *identity, 1201 const struct GNUNET_IDENTITY_PublicKey *identity,
1202 const struct GNUNET_RECLAIM_Attribute *attr, 1202 const struct GNUNET_RECLAIM_Attribute *attr,
1203 const struct GNUNET_RECLAIM_Presentation *pres) 1203 const struct GNUNET_RECLAIM_Presentation *presentation)
1204{ 1204{
1205 struct RequestHandle *handle = cls; 1205 struct RequestHandle *handle = cls;
1206 char *val_str; 1206 char *val_str;