Skip to content

Commit

Permalink
[fix] QmlAst: fix UExpr update printer
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Mar 8, 2012
1 parent 48a91aa commit eb42504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqmlcompil/qmlAst.ml
Expand Up @@ -252,7 +252,7 @@ struct
| [] -> pp fmt "" | [] -> pp fmt ""


let rec pp_update pp_expr fmt = function let rec pp_update pp_expr fmt = function
| UExpr e -> pp fmt ": %a" pp_expr e | UExpr e -> pp fmt "%a" pp_expr e
| UFlds fields -> | UFlds fields ->
pp fmt "("; pp fmt "(";
List.iter List.iter
Expand Down

0 comments on commit eb42504

Please sign in to comment.