Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / parsing_c / unparse_hrule.ml
index 4d182a9..0c7054f 100644 (file)
@@ -507,7 +507,8 @@ let pp_rule local_metas ast env srcfile =
     let pr_space _ = pr " " in
     Unparse_cocci.pp_list_list_any
       ([env], (fun s _ _ _ _ -> pr s), pr_c, pr_space, pr_space, pr,
-       (fun _ _ -> ()), (function _ -> ()), (function _ -> ()))
+       (fun _ _ -> ()), (function _ -> ()), (function _ -> ()),
+       (function _ -> ()))
       true printable Unparse_cocci.InPlace;
     print_end pr;
     pr "\n")