diff options
Diffstat (limited to 'output/outobj.c')
-rw-r--r-- | output/outobj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outobj.c b/output/outobj.c index a3f5580..73bec3c 100644 --- a/output/outobj.c +++ b/output/outobj.c @@ -2558,7 +2558,7 @@ static struct dfmt *borland_debug_arr[3] = { struct ofmt of_obj = { "MS-DOS 16-bit/32-bit OMF object files", "obj", - NULL, + 0, borland_debug_arr, &borland_debug_form, obj_stdmac, |