-fixing 2352
[oweals/gnunet.git] / src / fs / fs_uri.c
index dc6d195caf44d1d32371a4c9d013a45adc27d6a3..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;