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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/MTP/beastpatcher/beastpatcher.h') diff --git a/utils/MTP/beastpatcher/beastpatcher.h b/utils/MTP/beastpatcher/beastpatcher.h index f523979662..899393272f 100644 --- a/utils/MTP/beastpatcher/beastpatcher.h +++ b/utils/MTP/beastpatcher/beastpatcher.h @@ -40,7 +40,7 @@ #ifndef BEASTPATCHER_H #define BEASTPATCHER_H -int beastpatcher(const unsigned char* bootfile); +int beastpatcher(const char* bootfile); int sendfirm(const char* filename); #endif -- cgit v1.2.3