libarmbox: hdmi_cec typo

Signed-off-by: Thilo Graf <dbt@novatux.de>


Origin commit data
------------------
Branch: master
Commit: b047bcdcf2
Author: TangoCash <eric@loxat.de>
Date: 2018-10-08 (Mon, 08 Oct 2018)



------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2018-10-08 16:27:52 +02:00
committed by Thilo Graf
parent 0c917e407b
commit a0f7c42d77

View File

@@ -85,7 +85,7 @@ hdmi_cec* hdmi_cec::getInstance()
if (hdmi_cec_instance == NULL) if (hdmi_cec_instance == NULL)
{ {
hdmi_cec_instance = new hdmi_cec(); hdmi_cec_instance = new hdmi_cec();
lt_debug("[CEC] new instance created \n"); lt_debug_c("[CEC] new instance created \n");
} }
return hdmi_cec_instance; return hdmi_cec_instance;
} }