aboutsummaryrefslogtreecommitdiff
path: root/src/escrow/plugin_escrow_gns.c
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-16 18:39:54 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-16 18:39:54 +0200
commit646beac5ca85327b150affa034a5e9d1559382b1 (patch)
tree6c79882f569b14628a73fddce614fced1805d301 /src/escrow/plugin_escrow_gns.c
parent557cf25e9dd83441bb3547612e77ce16e6dd0aa0 (diff)
downloadgnunet-646beac5ca85327b150affa034a5e9d1559382b1.tar.gz
gnunet-646beac5ca85327b150affa034a5e9d1559382b1.zip
minor fixes
Diffstat (limited to 'src/escrow/plugin_escrow_gns.c')
-rw-r--r--src/escrow/plugin_escrow_gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/escrow/plugin_escrow_gns.c b/src/escrow/plugin_escrow_gns.c
index 4c42c7665..70f327fb4 100644
--- a/src/escrow/plugin_escrow_gns.c
+++ b/src/escrow/plugin_escrow_gns.c
@@ -161,7 +161,7 @@ restore_gns_key_escrow (struct GNUNET_ESCROW_Handle *h,
161 * @param anchorString the encoded escrow anchor string 161 * @param anchorString the encoded escrow anchor string
162 * @return the deserialized data packed into a GNUNET_ESCROW_Anchor struct 162 * @return the deserialized data packed into a GNUNET_ESCROW_Anchor struct
163 */ 163 */
164const struct GNUNET_ESCROW_Anchor * 164struct GNUNET_ESCROW_Anchor *
165gns_anchor_string_to_data (char *anchorString) 165gns_anchor_string_to_data (char *anchorString)
166{ 166{
167 struct GNUNET_ESCROW_Anchor *anchor; 167 struct GNUNET_ESCROW_Anchor *anchor;