summaryrefslogtreecommitdiff
path: root/output/outaout.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outaout.c')
-rw-r--r--output/outaout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outaout.c b/output/outaout.c
index a057fc6c..4d38cdfc 100644
--- a/output/outaout.c
+++ b/output/outaout.c
@@ -946,7 +946,7 @@ static int aout_set_info(enum geninfo type, char **val)
struct ofmt of_aout = {
"Linux a.out object files",
"aout",
- NULL,
+ 0,
null_debug_arr,
&null_debug_form,
aout_stdmac,
@@ -968,7 +968,7 @@ struct ofmt of_aout = {
struct ofmt of_aoutb = {
"NetBSD/FreeBSD a.out object files",
"aoutb",
- NULL,
+ 0,
null_debug_arr,
&null_debug_form,
aout_stdmac,