about summary refs log tree commit diff stats
path: root/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared.c b/shared.c index 7560f5f..a2c0d03 100644 --- a/shared.c +++ b/shared.c
@@ -325,7 +325,7 @@ int cgit_diff_files(const struct object_id *old_oid,
325 diff_params.flags |= XDF_IGNORE_WHITESPACE; 325 diff_params.flags |= XDF_IGNORE_WHITESPACE;
326 emit_params.ctxlen = context > 0 ? context : 3; 326 emit_params.ctxlen = context > 0 ? context : 3;
327 emit_params.flags = XDL_EMIT_FUNCNAMES; 327 emit_params.flags = XDL_EMIT_FUNCNAMES;
328 emit_cb.outf = filediff_cb; 328 emit_cb.out_line = filediff_cb;
329 emit_cb.priv = fn; 329 emit_cb.priv = fn;
330 xdl_diff(&file1, &file2, &diff_params, &emit_params, &emit_cb); 330 xdl_diff(&file1, &file2, &diff_params, &emit_params, &emit_cb);
331 if (file1.size) 331 if (file1.size)