aboutsummaryrefslogtreecommitdiff
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print.c b/print.c
index 77fe654..27f2ccc 100644
--- a/print.c
+++ b/print.c
@@ -265,7 +265,7 @@ static const char *context_after(printer_t *pr, const char *pos)
//
// Print the text of a match (no context).
//
-void _print_match(FILE *out, printer_t *pr, match_t *m)
+static void _print_match(FILE *out, printer_t *pr, match_t *m)
{
pr->pos = m->start;
if (m->pat->type == BP_REPLACE) {