Update controls_test_suite.c

This commit is contained in:
Ray
2026-03-15 23:50:32 +01:00
parent b0726f9dcf
commit 3b2855842a

View File

@ -97,7 +97,7 @@ int main()
int listViewExScrollIndex = 0;
int listViewExActive = 2;
int listViewExFocus = -1;
const char *listViewExList[8] = { "This", "is", "a", "list view", "with", "disable", "elements", "amazing!" };
char *listViewExList[8] = { "This", "is", "a", "list view", "with", "disable", "elements", "amazing!" };
Color colorPickerValue = RED;