aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-02-12 19:03:39 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-02-12 19:03:39 +0000
commit9ed366197621c7c7159af3082a2b000a4196336a (patch)
tree9085cd7bb653d6e3d3f45b53c2a3263763f382ca /src/fs/fs_uri.c
parent5243fabb006ca31c3e70e194f6d4733fbdd016d5 (diff)
-typo
git-svn-id: https://gnunet.org/svn/gnunet@19765 140774ce-b5e7-0310-ab8b-a85725594a96
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 54e75b8c31..5dfdcb54dd 100644
--- a/src/fs/fs_uri.c
+++ b/src/fs/fs_uri.c
@@ -1404,7 +1404,7 @@ GNUNET_FS_uri_test_ksk (const struct GNUNET_FS_Uri *uri)
if (uri->type == ksk)
{
- for (i=0;i i < uri->data.ksk.keywordCount; i++)
+ for (i=0;i < uri->data.ksk.keywordCount; i++)
GNUNET_assert (uri->data.ksk.keywords[i] != NULL);
}
#endif