diff options
Diffstat (limited to 'gas/config/obj-aout.h')
-rw-r--r-- | gas/config/obj-aout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/obj-aout.h b/gas/config/obj-aout.h index a5a7a36..d91cc48 100644 --- a/gas/config/obj-aout.h +++ b/gas/config/obj-aout.h @@ -229,7 +229,7 @@ extern void obj_aout_frob_file PARAMS ((void)); typedef struct { struct exec header; /* a.out header */ - long string_table_size; /* names + '\0' + sizeof(int) */ + long string_table_size; /* names + '\0' + sizeof (int) */ } object_headers; |