osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)

Origin commit data
------------------
Branch: ni/coolstream
Commit: a88b99e4ca
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-04-02 (Fri, 02 Apr 2021)

Origin message was:
------------------
- osd-setup: fix warning (missing initializer for member ‘CMenuOptionChooser::keyval_ext::valname’)

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2021-04-02 22:53:37 +02:00
parent 4f4aa56d2c
commit bddca28b9f

View File

@@ -422,7 +422,7 @@ int COsdSetup::exec(CMenuTarget* parent, const std::string &actionKey)
}
#define OSD_PRESET_OPTIONS_COUNT 2
const CMenuOptionChooser::keyval_ext OSD_PRESET_OPTIONS[] =
const CMenuOptionChooser::keyval OSD_PRESET_OPTIONS[OSD_PRESET_OPTIONS_COUNT] =
{
{ COsdSetup::PRESET_SCREEN_A, LOCALE_OSD_PRESET_SCREEN_A },
{ COsdSetup::PRESET_SCREEN_B, LOCALE_OSD_PRESET_SCREEN_B }