diff --git a/llvm/include/llvm/Support/MachO.h b/llvm/include/llvm/Support/MachO.h index 1cb42991e1a2..e2af2d9fc769 100644 --- a/llvm/include/llvm/Support/MachO.h +++ b/llvm/include/llvm/Support/MachO.h @@ -1111,7 +1111,7 @@ namespace llvm { sys::swapByteOrder(s.cmd); sys::swapByteOrder(s.cmdsize); sys::swapByteOrder(s.umbrella); - }; + } inline void swapStruct(dylinker_command &d) { sys::swapByteOrder(d.cmd);