From 5f49677d763607ae8624eb9fc6933ce7cf871811 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Feb 2024 16:46:07 -0500 Subject: Bugfix for string literals and add support for printing patterns with --verbose --- printmatch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'printmatch.c') diff --git a/printmatch.c b/printmatch.c index 346b7ab..aa2f1d5 100644 --- a/printmatch.c +++ b/printmatch.c @@ -277,5 +277,4 @@ int fprint_match(FILE *out, const char *file_start, match_t *m, print_options_t return printed; } - // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3