diff.c: pass sign_index to emit_line_ws_markup
authorStefan Beller <sbeller@google.com>
Wed, 10 Oct 2018 23:24:59 +0000 (16:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Oct 2018 14:11:43 +0000 (23:11 +0900)
Instead of passing the sign directly to emit_line_ws_markup, pass only the
index to lookup the sign in diff_options->output_indicators.

Signed-off-by: Stefan Beller <sbeller@google.com>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found