aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/strings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index e3bdadd39..b7a7fcb8b 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -1998,7 +1998,6 @@ GNUNET_STRINGS_base64_encode (const void *in,
1998 opt[ret++] = FILLCHAR; 1998 opt[ret++] = FILLCHAR;
1999 } 1999 }
2000 } 2000 }
2001 opt[ret++] = FILLCHAR;
2002 *output = opt; 2001 *output = opt;
2003 return ret; 2002 return ret;
2004} 2003}