summaryrefslogtreecommitdiff
path: root/output/outdbg.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outdbg.c')
-rw-r--r--output/outdbg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outdbg.c b/output/outdbg.c
index 83860abd..b954f146 100644
--- a/output/outdbg.c
+++ b/output/outdbg.c
@@ -56,7 +56,7 @@ struct Section {
char *name;
} *dbgsect;
-struct ofmt of_dbg;
+const struct ofmt of_dbg;
static void dbg_init(void)
{
dbgsect = NULL;
@@ -260,7 +260,7 @@ static struct dfmt *debug_debug_arr[3] = {
NULL
};
-struct ofmt of_dbg = {
+const struct ofmt of_dbg = {
"Trace of all info passed to output stage",
"dbg",
OFMT_TEXT,