From 6ee5c8cb5fdb89e098554816f655f35793629f07 Mon Sep 17 00:00:00 2001 From: bleck9999 <55853712+bleck9999@users.noreply.github.com> Date: Tue, 28 Apr 2020 19:54:17 +0100 Subject: [PATCH] destenation --- source/tegraexplorer/gfx/gfxutils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tegraexplorer/gfx/gfxutils.c b/source/tegraexplorer/gfx/gfxutils.c index dec88e6..7e19354 100644 --- a/source/tegraexplorer/gfx/gfxutils.c +++ b/source/tegraexplorer/gfx/gfxutils.c @@ -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; -} \ No newline at end of file +}