StickerDatabase: convert the struct name to upper case

This commit is contained in:
Max Kellermann
2015-01-28 19:33:56 +01:00
parent 822ac7b100
commit 593bb5a8a7
7 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ sticker_song_delete_value(const LightSong &song, const char *name,
return sticker_delete_value("song", uri.c_str(), name, error);
}
struct sticker *
Sticker *
sticker_song_get(const LightSong &song, Error &error)
{
const auto uri = song.GetURI();