From: Gordon Henriksen Date: Sun, 23 Mar 2008 22:52:51 +0000 (+0000) Subject: Another typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=f440691a20eff24cf59ac14e10057234ae182dbe Another typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48713 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/ocaml/llvm/llvm_ocaml.c b/bindings/ocaml/llvm/llvm_ocaml.c index 9943af760b0..1b76488cd10 100644 --- a/bindings/ocaml/llvm/llvm_ocaml.c +++ b/bindings/ocaml/llvm/llvm_ocaml.c @@ -72,7 +72,7 @@ static value alloc_variant(int tag, void *Value) { cty Next = LLVMGetNext##cname(Kid); \ if (Next) \ return alloc_variant(1, Next); \ - return alloc_variant(0, pfun(Kid)) ; \ + return alloc_variant(0, pfun(Kid)); \ } \ \ /* llmodule -> ('a, 'b) llrev_pos */ \