Christian Grothoff 2 年之前
父節點
當前提交
59a36b88e6
共有 1 個文件被更改,包括 2 次插入1 次删除
  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]);
 }