mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-12 02:58:35 +08:00
ccc
This commit is contained in:
parent
726e02b900
commit
678293913c
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) {
|
|||
goto fail;
|
||||
}
|
||||
|
||||
fprintf(stdout, _BLUE_("Loading ELF file") _YELLOV_("%s") "\n", name);
|
||||
fprintf(stdout, _BLUE_("Loading ELF file") _YELLOW_("%s") "\n", name);
|
||||
|
||||
if (fread(&ehdr, sizeof(ehdr), 1, fd) != 1) {
|
||||
fprintf(stderr, "Error while reading ELF file header\n");
|
||||
|
|
Loading…
Reference in a new issue