decode_85(): fix missing return.
commit86d14e1b1d1063fc943c71edc8b05e1ce32c1602
authorJerald Fitzjerald <jfj@freemail.gr>
Wed, 30 May 2007 12:39:58 +0000 (30 05:39 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 30 May 2007 22:03:50 +0000 (30 15:03 -0700)
treeb441e296412b6bb41806b5392fc78e6df288bb5a
parent192a6be2a77ab3bf446237fdf6575b0aca863d9e
decode_85(): fix missing return.

When the function detected an invalid base85 sequence, it issued
an error message but forgot to return error status at that point
and kept going.

Signed-off-by: Jerald Fitzjerald <jfj@freemail.gr>
Signed-off-by: Junio C Hamano <junkio@cox.net>
base85.c