From a3d4636d846b09d699cf237e2a64457c40671d66 Mon Sep 17 00:00:00 2001 From: bleck9999 <55853712+bleck9999@users.noreply.github.com> Date: Tue, 28 Apr 2020 19:52:21 +0100 Subject: [PATCH] destenation --- source/tegraexplorer/common/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/tegraexplorer/common/common.h b/source/tegraexplorer/common/common.h index 6561e4e..e03bac2 100644 --- a/source/tegraexplorer/common/common.h +++ b/source/tegraexplorer/common/common.h @@ -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[]; @@ -110,4 +110,4 @@ extern gpt_entry_rule gpt_fs_rules[]; extern menu_entry mmcmenu_start[]; -extern menu_entry mmcmenu_filemenu[]; \ No newline at end of file +extern menu_entry mmcmenu_filemenu[];