-typo
authorChristian Grothoff <christian@grothoff.org>
Sun, 12 Feb 2012 19:03:39 +0000 (19:03 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 12 Feb 2012 19:03:39 +0000 (19:03 +0000)
src/fs/fs_uri.c

index 54e75b8c31d550ed8402bd7e6dd67d0865b4f0e0..5dfdcb54dd0978d8ce1c1ac97959aadc585350a2 100644 (file)
@@ -1404,7 +1404,7 @@ GNUNET_FS_uri_test_ksk (const struct GNUNET_FS_Uri *uri)
 
   if (uri->type == ksk)
   {
-    for (i=0;i < uri->data.ksk.keywordCount; i++)
+    for (i=0;i < uri->data.ksk.keywordCount; i++)
       GNUNET_assert (uri->data.ksk.keywords[i] != NULL);
   }
 #endif