aboutsummaryrefslogtreecommitdiffstats
path: root/caml
diff options
context:
space:
mode:
Diffstat (limited to 'caml')
-rw-r--r--caml/PrintCsyntax.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/caml/PrintCsyntax.ml b/caml/PrintCsyntax.ml
index f8370995..6e88da98 100644
--- a/caml/PrintCsyntax.ml
+++ b/caml/PrintCsyntax.ml
@@ -423,7 +423,7 @@ let print_struct_or_union p (name, fld) =
fprintf p "@ %s;" (name_cdecl (extern_atom id) ty);
print_fields rem in
print_fields fld;
- fprintf p "@;<0 -2>}@]@ "
+ fprintf p "@;<0 -2>};@]@ "
let print_program p prog =
struct_unions := StructUnionSet.empty;