1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00

destenation

This commit is contained in:
bleck9999 2020-04-28 19:52:21 +01:00
parent ab4e88f1de
commit a3d4636d84

View file

@ -23,7 +23,7 @@ enum utils_err_codes_te_call {
ERR_SD_EJECTED,
ERR_PARSE_FAIL,
ERR_CANNOT_COPY_FILE_TO_FS_PART,
ERR_NO_DESTENATION
ERR_NO_DESTINATION
};
extern const char *utils_err_codes_te[];