From: Kevin Enderby Date: Thu, 18 Dec 2014 23:34:16 +0000 (+0000) Subject: Remove an extra ';' on line 1120 include/llvm/Support/MachO.h . X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ad7e6ee7e620820a19f999d79a2fe50865d0cb7f;p=oota-llvm.git 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 --- 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);