Christian Grothoff 2 năm trước cách đây
mục cha
commit
59a36b88e6
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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]);
 }