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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/MTP/beastpatcher/beastpatcher.c b/utils/MTP/beastpatcher/beastpatcher.c
index f0d9394f11..05993531ff 100644
--- a/utils/MTP/beastpatcher/beastpatcher.c
+++ b/utils/MTP/beastpatcher/beastpatcher.c
@@ -146,7 +146,7 @@ int beastpatcher(void)
146 return 1; 146 return 1;
147 } 147 }
148 148
149 printf("[INFO] Found device \"%s - %s\"\n", mtp_info.manufacturer, 149 printf("[INFO] Found device \"%s - %s\"\n", mtp_info.manufacturer,
150 mtp_info.modelname); 150 mtp_info.modelname);
151 printf("[INFO] Device version: \"%s\"\n",mtp_info.version); 151 printf("[INFO] Device version: \"%s\"\n",mtp_info.version);
152 152
@@ -162,11 +162,11 @@ int beastpatcher(void)
162 162
163 if (fwbuf == NULL) 163 if (fwbuf == NULL)
164 return 1; 164 return 1;
165 165
166 if (mtp_send_firmware(&mtp_info, fwbuf, fwsize) == 0) 166 if (mtp_send_firmware(&mtp_info, fwbuf, fwsize) == 0)
167 { 167 {
168 fprintf(stderr,"[INFO] Bootloader installed successfully.\n"); 168 fprintf(stderr,"[INFO] Bootloader installed successfully.\n");
169 } 169 }
170 else 170 else
171 { 171 {
172 fprintf(stderr,"[ERR] Bootloader install failed.\n"); 172 fprintf(stderr,"[ERR] Bootloader install failed.\n");