aboutsummaryrefslogtreecommitdiff
path: root/src/libmach/macho.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libmach/macho.h')
-rw-r--r--src/libmach/macho.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libmach/macho.h b/src/libmach/macho.h
index 2b449f04..3537c0fc 100644
--- a/src/libmach/macho.h
+++ b/src/libmach/macho.h
@@ -62,7 +62,7 @@ struct MachoSect
uint32 reloff;
uint32 nreloc;
uint32 flags;
-
+
MachoRel *rel;
};
@@ -82,7 +82,7 @@ struct MachoSymtab
uint32 nsym;
uint32 stroff;
uint32 strsize;
-
+
char *str;
MachoSym *sym;
};