summaryrefslogtreecommitdiff
path: root/src/util/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util.c')
-rw-r--r--src/util/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/util.c b/src/util/util.c
index ceb3a3a8c..51726290f 100644
--- a/src/util/util.c
+++ b/src/util/util.c
@@ -39,7 +39,7 @@
*/
const char *
TALER_b2s (const void *buf,
- size_t buf_size)
+ size_t buf_size)
{
static char ret[9];
struct GNUNET_HashCode hc;
@@ -49,7 +49,7 @@ TALER_b2s (const void *buf,
buf_size,
&hc);
tmp = GNUNET_STRINGS_data_to_string_alloc (&hc,
- sizeof (hc));
+ sizeof (hc));
memcpy (ret,
tmp,
8);