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:54:17 +01:00
parent a3d4636d84
commit 6ee5c8cb5f

View file

@ -54,7 +54,7 @@ int gfx_errDisplay(char *src_func, int err, int loc){
if (err < 15)
gfx_printf("Desc: %s\n", utils_err_codes[err]);
else if (err >= ERR_SAME_LOC && err <= ERR_NO_DESTENATION)
else if (err >= ERR_SAME_LOC && err <= ERR_NO_DESTINATION)
gfx_printf("Desc: %s\n", utils_err_codes_te[err - 50]);
if (loc)
@ -136,4 +136,4 @@ void gfx_printfilesize(int size, char *type){
SWAPCOLOR(COLOR_VIOLET);
gfx_printf("\a%4d\e%s", size, type);
RESETCOLOR;
}
}