summaryrefslogtreecommitdiff
path: root/utils/MTP/beastpatcher/beastpatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.c')
-rw-r--r--utils/MTP/beastpatcher/beastpatcher.c2
1 files changed, 1 insertions, 1 deletions
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,
127 return; 127 return;
128} 128}
129 129
130int beastpatcher(const unsigned char* bootfile) 130int beastpatcher(const char* bootfile)
131{ 131{
132 char yesno[4]; 132 char yesno[4];
133 unsigned char* fwbuf; 133 unsigned char* fwbuf;