aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-18 14:30:23 +0000
commit0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed (patch)
tree9b36e245d428fd641512eb1e1ff86b2a83adf2c2 /src/fs/fs_uri.c
parent200aaa0dd6813f19eb7ed67a0fdc301d091fc2d7 (diff)
downloadgnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.tar.gz
gnunet-0ea8e006d5f5ef84e31e000607bd24a23f8fc1ed.zip
code clean up
Diffstat (limited to 'src/fs/fs_uri.c')
-rw-r--r--src/fs/fs_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_uri.c b/src/fs/fs_uri.c
index 2e1ec92c8..f2c291784 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1756,7 +1756,7 @@ bin2enc (const void *data, size_t size)
1756 } 1756 }
1757 } 1757 }
1758 if (hbits > 0) 1758 if (hbits > 0)
1759 ret[len++] = tbl[bits & 63]; 1759 ret[len] = tbl[bits & 63];
1760 return ret; 1760 return ret;
1761} 1761}
1762 1762