summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index cfa2020e..dd9da74a 100644
--- a/main.c
+++ b/main.c
@@ -785,7 +785,7 @@ mmsg(enum mandocerr t, void *arg, int ln, int col, const char *msg)
cp = (struct curparse *)arg;
- fprintf(stderr, "%s:%d:%d: %s\n", cp->file, ln, col + 1, msg);
+ /*fprintf(stderr, "%s:%d:%d: %s\n", cp->file, ln, col + 1, msg);*/
return(1);
}