diff options
author | Max Kellermann <max@duempel.org> | 2015-01-28 19:33:56 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-28 19:33:56 +0100 |
commit | 593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced (patch) | |
tree | db35a7f10c5f9f0e01f59d928dc02c1b72db58e0 /src/sticker/StickerPrint.cxx | |
parent | 822ac7b100e6d0ed876ec8c6dea09f3ab0809655 (diff) | |
download | mpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.tar.gz mpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.tar.xz mpd-593bb5a8a7ba4c5a846a4443fe59ddeebdc45ced.zip |
StickerDatabase: convert the struct name to upper case
Diffstat (limited to 'src/sticker/StickerPrint.cxx')
-rw-r--r-- | src/sticker/StickerPrint.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker/StickerPrint.cxx b/src/sticker/StickerPrint.cxx index b5dde512e..1682abf77 100644 --- a/src/sticker/StickerPrint.cxx +++ b/src/sticker/StickerPrint.cxx @@ -38,7 +38,7 @@ print_sticker_cb(const char *name, const char *value, void *data) } void -sticker_print(Client &client, const sticker &sticker) +sticker_print(Client &client, const Sticker &sticker) { sticker_foreach(sticker, print_sticker_cb, &client); } |