From ad7e6ee7e620820a19f999d79a2fe50865d0cb7f Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Thu, 18 Dec 2014 23:34:16 +0000 Subject: [PATCH] Remove an extra ';' on line 1120 include/llvm/Support/MachO.h . Caught by Mike Edwards! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224551 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MachO.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/MachO.h b/include/llvm/Support/MachO.h index 4a1c059e28d..70b1e7f5c9d 100644 --- a/include/llvm/Support/MachO.h +++ b/include/llvm/Support/MachO.h @@ -1117,7 +1117,7 @@ namespace llvm { sys::swapByteOrder(s.cmd); sys::swapByteOrder(s.cmdsize); sys::swapByteOrder(s.sub_umbrella); - }; + } inline void swapStruct(dylinker_command &d) { sys::swapByteOrder(d.cmd); -- 2.34.1