Fix type of combine-diff.c::show_patch_diff()
commit89b0c4b5a3a9d026d9adb30d4e896965e480725e
authorJunio C Hamano <junkio@cox.net>
Mon, 14 Aug 2006 02:19:34 +0000 (13 19:19 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 14 Aug 2006 02:19:34 +0000 (13 19:19 -0700)
treeb95fd9982480f7ad68b1fb11dac851c86ec858c3
parent182a8dabd5f5f646608f3857f10f3ac18c3d1445
Fix type of combine-diff.c::show_patch_diff()

The other function, show_raw_diff() is void and no callers use
return value from neither.

Signed-off-by: Junio C Hamano <junkio@cox.net>
combine-diff.c