]> git.ipfire.org Git - thirdparty/git.git/commit - diff-index.c
[PATCH] diff-cache.c compilation warning fix.
authorJunio C Hamano <junkio@cox.net>
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 28 Apr 2005 17:13:01 +0000 (10:13 -0700)
commitb836825b55d59ea3dde5c495cc03ff9343c2b485
tree66b98edfd982e085d03bd554010651b22f9cfb8c
parent532149d72735b4c5035f73abd06f3995c6303acf
[PATCH] diff-cache.c compilation warning fix.

Nobody uses return value from show_new_file() function but it is
defined as returning int and falls off at the end without
returning.  Make it void.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-cache.c