simple_display: fix c/p error

Origin commit data
------------------
Branch: ni/coolstream
Commit: b76c213815
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-11-02 (Thu, 02 Nov 2017)

Origin message was:
------------------
- simple_display: fix c/p error

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-11-02 11:18:01 +01:00
parent dac93cc5e1
commit c93282e942

View File

@@ -410,7 +410,7 @@ void CLCD::showTime(bool force)
setled(red, green);
}
void CVFD::showRCLock(int duration)
void CLCD::showRCLock(int duration)
{
if (g_info.hw_caps->display_type != HW_DISPLAY_LINE_TEXT || !g_settings.lcd_notify_rclock)
{