summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/fwpatcher/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fwpatcher/main.c b/tools/fwpatcher/main.c
index b86d2f1d51..9c005fdad4 100644
--- a/tools/fwpatcher/main.c
+++ b/tools/fwpatcher/main.c
@@ -50,7 +50,7 @@ HWND controls[CTL_NUM];
/* begin mkboot.c excerpt */
-char image[0x200000 + 0x220 + 0x200000/0x200];
+unsigned char image[0x200000 + 0x220 + 0x200000/0x200];
int mkboot(TCHAR *infile, TCHAR *outfile, unsigned char *bldata, int bllen)
{