From 462f012d179baa382e7983b479c08b9ad73659af Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sun, 24 Oct 2010 21:39:09 +0000 Subject: Fix return type of iap_getc (should be bool instead of int) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28354 a1c6a512-1295-4272-9138-f99709370657 --- apps/iap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/iap.c b/apps/iap.c index f53717e..d432a16 100644 --- a/apps/iap.c +++ b/apps/iap.c @@ -148,7 +148,7 @@ void iap_send_pkt(const unsigned char * data, int len) } } -int iap_getc(unsigned char x) +bool iap_getc(unsigned char x) { static unsigned char last_x = 0; static bool newpkt = true; -- cgit v1.1