aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_uri.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-12 19:03:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-12 19:03:39 +0000
commit8c1455f5b72338f2958fa0aa36928bd5bcf7956b (patch)
tree9085cd7bb653d6e3d3f45b53c2a3263763f382ca /src/fs/fs_uri.c
parente671c62e0102bab8a892733847caaaefd86e5ee0 (diff)
downloadgnunet-8c1455f5b72338f2958fa0aa36928bd5bcf7956b.tar.gz
gnunet-8c1455f5b72338f2958fa0aa36928bd5bcf7956b.zip
-typo
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 54e75b8c3..5dfdcb54d 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)
1404 1404
1405 if (uri->type == ksk) 1405 if (uri->type == ksk)
1406 { 1406 {
1407 for (i=0;i i < uri->data.ksk.keywordCount; i++) 1407 for (i=0;i < uri->data.ksk.keywordCount; i++)
1408 GNUNET_assert (uri->data.ksk.keywords[i] != NULL); 1408 GNUNET_assert (uri->data.ksk.keywords[i] != NULL);
1409 } 1409 }
1410#endif 1410#endif