summaryrefslogtreecommitdiffstats
path: root/utils/MTP/beastpatcher/beastpatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/MTP/beastpatcher/beastpatcher.h')
-rw-r--r--utils/MTP/beastpatcher/beastpatcher.h2
1 files changed, 1 insertions, 1 deletions
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