- neutrinofonts: fix -Wnarrowing warning in osd_setup

This commit is contained in:
vanhofen
2016-09-29 10:08:54 +02:00
committed by svenhoefer
parent f45d4d2bd5
commit f9934cde53

View File

@@ -44,7 +44,7 @@ typedef struct font_sizes {
typedef struct font_sizes_groups {
const neutrino_locale_t groupname;
const unsigned int count;
const size_t count;
const SNeutrinoSettings::FONT_TYPES *const content;
const char * const actionkey;
const neutrino_locale_t hint;