Remove extra semicolons.

This commit is contained in:
Markus F.X.J. Oberhumer
2011-12-14 06:05:08 +01:00
parent 86e534ff75
commit a06e811717
+2 -2
View File
@@ -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;