aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/strings.c b/src/util/strings.c
index e126656d7..715321be1 100644
--- a/src/util/strings.c
+++ b/src/util/strings.c
@@ -854,7 +854,7 @@ GNUNET_STRINGS_data_to_string (const void *data, size_t size, char *out, size_t
854 /** 854 /**
855 * 32 characters for encoding 855 * 32 characters for encoding
856 */ 856 */
857 static char *encTable__ = "OL23456789ABCDEFGHJKMNPQRSTUWXYZ"; 857 static char *encTable__ = "OI23456789ABCDEFGHJKMNPQRSTUWXYZ";
858 unsigned int wpos; 858 unsigned int wpos;
859 unsigned int rpos; 859 unsigned int rpos;
860 unsigned int bits; 860 unsigned int bits;