From 6fb4a79c87574c87f08ac8b7082fb66a9c52958c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 16 Feb 2020 21:15:54 +0100 Subject: [PATCH] neutrino.cpp: fix typo --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ba44d74e7..1c2ebece3 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -5206,7 +5206,7 @@ void CNeutrinoApp::loadKeys(const char * fname) g_settings.key_list_start = tconfig->getInt32( "key_list_start", (unsigned int)CRCInput::RC_nokey ); g_settings.key_list_end = tconfig->getInt32( "key_list_end", (unsigned int)CRCInput::RC_nokey ); -#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K | BOXMODEL_OSMIOPLUS4K +#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K || BOXMODEL_OSMIOPLUS4K g_settings.key_timeshift = tconfig->getInt32( "key_timeshift", CRCInput::RC_nokey ); // FIXME #elif BOXMODEL_VUPLUS g_settings.key_timeshift = tconfig->getInt32( "key_timeshift", CRCInput::RC_playpause );