From 1b1bd7ef463d257903cf68348b7c8414ea7eeb53 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Fri, 18 Sep 2009 21:36:33 +0000 Subject: Fix signedness mismatch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22733 a1c6a512-1295-4272-9138-f99709370657 --- utils/MTP/beastpatcher/beastpatcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/MTP/beastpatcher/beastpatcher.c') diff --git a/utils/MTP/beastpatcher/beastpatcher.c b/utils/MTP/beastpatcher/beastpatcher.c index d6c49ac596..bd49e87f6d 100644 --- a/utils/MTP/beastpatcher/beastpatcher.c +++ b/utils/MTP/beastpatcher/beastpatcher.c @@ -127,7 +127,7 @@ static void create_single_boot(unsigned char* boot, int bootlen, return; } -int beastpatcher(const unsigned char* bootfile) +int beastpatcher(const char* bootfile) { char yesno[4]; unsigned char* fwbuf; -- cgit v1.2.3