-fixing 2352
[oweals/gnunet.git] / src / fs / fs_uri.c
index b5b4e1299cbc3ef199946f7e682ee3c38a6fb90f..0c2d64caca85186b4c5247e039e62ac935c994e1 100644 (file)
@@ -1377,7 +1377,8 @@ GNUNET_FS_uri_sks_to_string_fancy (struct GNUNET_CONFIGURATION_Handle *cfg,
                                    const struct GNUNET_FS_Uri *uri)
 {
   char *ret;
-  char *name, *unique_name;
+  char *name;
+  char *unique_name;
 
   if (uri->type != sks)
     return NULL;
@@ -1500,6 +1501,10 @@ find_duplicate (const char *s, const char **array, int array_length)
   return GNUNET_NO;
 }
 
+
+/**
+ * FIXME: comment
+ */
 static char *
 normalize_metadata (enum EXTRACTOR_MetaFormat format, const char *data,
     size_t data_len)