Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

themeeditor: fix build

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27661 a1c6a512-1295-4272-9138-f99709370657

+2 -2
+2 -2
utils/themeeditor/gui/skinhighlighter.cpp
··· 75 75 /* Checking for normal tags */ 76 76 77 77 char lookup[3]; 78 - struct tag_info* found = 0; 78 + const struct tag_info* found = 0; 79 79 80 80 /* First checking for a two-character tag name */ 81 81 lookup[2] = '\0'; ··· 115 115 return; 116 116 117 117 char lookup[3]; 118 - struct tag_info* found = 0; 118 + const struct tag_info* found = 0; 119 119 120 120 lookup[2] = '\0'; 121 121