aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_tree.c')
-rw-r--r--src/fs/fs_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 15e13be21..c8cb8bab0 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -173,7 +173,7 @@ GNUNET_FS_tree_encoder_create (struct GNUNET_FS_Handle *h,
173 struct GNUNET_FS_TreeEncoder *te; 173 struct GNUNET_FS_TreeEncoder *te;
174 174
175 GNUNET_assert (size > 0); 175 GNUNET_assert (size > 0);
176 te = GNUNET_malloc (sizeof (struct GNUNET_FS_TreeEncoder)); 176 te = GNUNET_malloc (sizeof (struct GNUNET_FS_TreeEncoder));
177 te->h = h; 177 te->h = h;
178 te->size = size; 178 te->size = size;
179 te->cls = cls; 179 te->cls = cls;