summaryrefslogtreecommitdiff
path: root/src/util/strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strings.c')
-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,
opt[ret++] = FILLCHAR;
}
}
- opt[ret++] = FILLCHAR;
*output = opt;
return ret;
}