| 808 | } |
| 809 | |
| 810 | static void emit_line(struct diff_options *o, const char *set, const char *reset, |
| 811 | const char *line, int len) |
| 812 | { |
| 813 | emit_line_0(o, set, NULL, 0, reset, 0, line, len); |
| 814 | } |
| 815 | |
| 816 | enum diff_symbol { |
| 817 | DIFF_SYMBOL_BINARY_DIFF_HEADER, |
no test coverage detected