Christian Grothoff 2 yıl önce
ebeveyn
işleme
59a36b88e6
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/json/json.c

+ 2 - 1
src/json/json.c

@@ -87,7 +87,8 @@ GNUNET_JSON_parse_free (struct GNUNET_JSON_Specification *spec)
 {
   for (unsigned int i = 0; NULL != spec[i].parser; i++)
     if (NULL != spec[i].cleaner)
-      spec[i].cleaner (spec[i].cls, &spec[i]);
+      spec[i].cleaner (spec[i].cls,
+                       &spec[i]);
 }