Rename var

This commit is contained in:
Armel FAUVEAU
2025-02-04 01:08:35 +01:00
parent bdef2e3a8c
commit 93da383e2e
3 changed files with 4 additions and 4 deletions

View File

@@ -233,8 +233,8 @@ void UI_DisplayStatus()
}
#ifdef ENABLE_FEAT_F4HWN
else if (gMute) {
src = gFontSound;
size = sizeof(gFontSound);
src = gFontMute;
size = sizeof(gFontMute);
}
#endif
else if (gBackLight) {