diff --git a/client/src/fileutils.c b/client/src/fileutils.c index 481c872cc..8422efd79 100644 --- a/client/src/fileutils.c +++ b/client/src/fileutils.c @@ -3085,7 +3085,7 @@ int pm3_load_dump(const char *fn, void **pdump, size_t *dumplen, size_t maxdumpl case FLIPPER: { nfc_df_e dumptype; res = detect_nfc_dump_format(fn, &dumptype, true); - if (res != SUCCESS) { + if (res != PM3_SUCCESS) { break; }