diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 16:46:07 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-11 16:46:07 -0500 |
| commit | 5f49677d763607ae8624eb9fc6933ce7cf871811 (patch) | |
| tree | 4dde9ea093ca375d0c65d20118f9aa88ab8b1b02 /printmatch.c | |
| parent | 8041d3047c5a4707b19d8b4444fd1d5c3c4f6064 (diff) | |
Bugfix for string literals and add support for printing patterns with
--verbose
Diffstat (limited to 'printmatch.c')
| -rw-r--r-- | printmatch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
