From f9118394dcd225126f30296fb4c307a29fd906ca Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 31 Oct 2009 21:07:43 +0000 Subject: made header declarations match actual functions svn path=/trunk/externals/pdp/; revision=12708 --- system/image/pdp_imageproc_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/image/pdp_imageproc_common.c b/system/image/pdp_imageproc_common.c index 68bd8b8..dc6f4e1 100644 --- a/system/image/pdp_imageproc_common.c +++ b/system/image/pdp_imageproc_common.c @@ -72,7 +72,7 @@ u32 pdp_imageproc_legalheight_round_down(int i) /* check if two packets are allocated and of the same type */ -bool pdp_packet_compat(int packet0, int packet1) +int pdp_packet_compat(int packet0, int packet1) { t_pdp *header0 = pdp_packet_header(packet0); -- cgit v1.2.1