diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 21:07:43 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-10-31 21:07:43 +0000 |
commit | f9118394dcd225126f30296fb4c307a29fd906ca (patch) | |
tree | 16345fe5d2c119704012c5e41ae0d298d8ea4bca /system | |
parent | c6f2a7a98819ca8e9a3e8d24bf4c48341a880a36 (diff) |
made header declarations match actual functions
svn path=/trunk/externals/pdp/; revision=12708
Diffstat (limited to 'system')
-rw-r--r-- | system/image/pdp_imageproc_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |