Release coccinelle-0.2.3rc1
[bpt/coccinelle.git] / parsing_c / pretty_print_c.ml
index 801e2a6..ff542fb 100644 (file)
@@ -427,7 +427,7 @@ let mk_pretty_printers
       | (ParenType t, _)                           -> pp_base_type t sto
       | (Array (eopt, t), [i1;i2])                 -> pp_base_type t sto
       | (FunctionType (returnt, paramst), [i1;i2]) ->
-          pp_base_type returnt sto
+          pp_base_type returnt sto;
 
 
       | (StructUnion (su, sopt, fields),iis) ->