projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e671c62
)
-typo
author
Christian Grothoff
<christian@grothoff.org>
Sun, 12 Feb 2012 19:03:39 +0000
(19:03 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 12 Feb 2012 19:03:39 +0000
(19:03 +0000)
src/fs/fs_uri.c
patch
|
blob
|
history
diff --git
a/src/fs/fs_uri.c
b/src/fs/fs_uri.c
index 54e75b8c31d550ed8402bd7e6dd67d0865b4f0e0..5dfdcb54dd0978d8ce1c1ac97959aadc585350a2 100644
(file)
--- 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