rockbox/apps/gui/bitmap
Aidan MacDonald 5b0506e9de gui: Constify list title text
Use const char* pointers for list titles. Only one debug menu
actually modifies the title, and in that case it's legal to
cast away const because the title points to a known mutable
buffer on the stack.

Change-Id: Idb8ab307b9a6ec23a93d8420c5e19fafd9f59c30
2022-10-02 08:20:10 -04:00
..
list-skinned.c list-skinned.c check label pointer for validity 2021-08-03 02:49:17 +00:00
list.c gui: Constify list title text 2022-10-02 08:20:10 -04:00