diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2021-09-02 18:07:18 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2021-09-02 18:07:18 -0700 |
| commit | 615d94ba68be75520fbe177b971c96c2e739436f (patch) | |
| tree | de0bfb5f33475f6f08b2765fd63d5a78d09ff80f /print.h | |
| parent | 1cf17cf95c75f7d02a0b9da79d9a78811e1ee9d8 (diff) | |
Improved formatting options
Diffstat (limited to 'print.h')
| -rw-r--r-- | print.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ typedef struct { int context_before, context_after; bool needs_line_number:1; bool use_color:1; - bool print_line_numbers:1; + const char *lineformat; } printer_t; __attribute__((nonnull(1,2))) |
