Detabified.

committer: mfx <mfx> 1089731601 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-13 15:13:21 +00:00
parent b4b603819d
commit 4102cd7c91
2 changed files with 46 additions and 46 deletions
+5 -5
View File
@@ -54,11 +54,11 @@ struct Elf_LE32_Ehdr
// Values for e_type
enum {
ET_NONE =0, /* No file type */
ET_REL =1, /* Relocatable file */
ET_EXEC =2, /* Executable file */
ET_DYN =3, /* Shared object file */
ET_CORE =4 /* Core file */
ET_NONE = 0, /* No file type */
ET_REL = 1, /* Relocatable file */
ET_EXEC = 2, /* Executable file */
ET_DYN = 3, /* Shared object file */
ET_CORE = 4 /* Core file */
};
}
__attribute_packed;