remove perror

This commit is contained in:
Philippe Teuwen 2019-07-14 00:30:57 +02:00
commit bb3c5e364e
3 changed files with 3 additions and 4 deletions

View file

@ -192,7 +192,6 @@ int flash_load(flash_file_t *ctx, const char *name, int can_write_bl) {
fd = fopen(name, "rb");
if (!fd) {
PrintAndLogEx(ERR, _RED_("Could not open file") "%s >>> ", name);
perror(NULL);
goto fail;
}