summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2008-03-23 22:52:51 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2008-03-23 22:52:51 +0000
commitf440691a20eff24cf59ac14e10057234ae182dbe (patch)
treec43049fcca108c434bb22f4b9db55a70a841ea81 /bindings
parent224fceb41f993fbc954345f053dab4e8caf28329 (diff)
downloadllvm-f440691a20eff24cf59ac14e10057234ae182dbe.tar.gz
llvm-f440691a20eff24cf59ac14e10057234ae182dbe.tar.bz2
llvm-f440691a20eff24cf59ac14e10057234ae182dbe.tar.xz
Another typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48713 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm_ocaml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm_ocaml.c b/bindings/ocaml/llvm/llvm_ocaml.c
index 9943af760b..1b76488cd1 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 */ \