aboutsummaryrefslogtreecommitdiff
path: root/system/image/pdp_imageproc_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'system/image/pdp_imageproc_common.c')
-rw-r--r--system/image/pdp_imageproc_common.c2
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);