[PATCH] Squelch compiler warning
authorJunio C Hamano <junkio@cox.net>
Tue, 24 May 2005 18:57:01 +0000 (11:57 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 25 May 2005 00:47:05 +0000 (17:47 -0700)
commitbba0f401eea22ddc345df8aa32ac0ccb2c73dc15
tree49e165543f7d735bc4cd2e191168f20d4224b5f0
parentd7f6ea3d7d2b06b5ee8c308a8acaf394b5ce9714
[PATCH] Squelch compiler warning

Not important but I am a bit annoyed by gcc complaining about the
control falling out of the function without returning value.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
apply.c