From a06e8117170b0784943d9e2629c6f3a98cc1689b Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Wed, 14 Dec 2011 06:05:08 +0100 Subject: [PATCH] Remove extra semicolons. --- src/p_lx_elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/p_lx_elf.h b/src/p_lx_elf.h index 77781519..84f0c820 100644 --- a/src/p_lx_elf.h +++ b/src/p_lx_elf.h @@ -192,7 +192,7 @@ protected: __packed_struct(cprElfShdr3) Elf32_Shdr shdr[3]; - __packed_struct_end(); + __packed_struct_end() cprElfShdr3 shdrout; @@ -305,7 +305,7 @@ protected: __packed_struct(cprElfShdr3) Elf64_Shdr shdr[3]; - __packed_struct_end(); + __packed_struct_end() cprElfShdr3 shdrout;