From 395dd25c07a0702a7617f9b84e6a4be7bf0dd30a Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Fri, 23 Aug 2013 14:34:36 +0000 Subject: [PATCH] small fix in comment --- src/multicolorled.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/multicolorled.cpp b/src/multicolorled.cpp index 2b1d4fd4..6e169e22 100755 --- a/src/multicolorled.cpp +++ b/src/multicolorled.cpp @@ -102,9 +102,9 @@ void CMultiColorLED::OnTimerYellowLight() void CMultiColorLED::UpdateColor() { - /* Red light has highest priority, then comes yellow and at the end, we - decide to set green light. Allways check the current color of the - control before setting the color to prevent flicking */ + // Red light has highest priority, then comes yellow and at the end, we + // decide to set green light. Allways check the current color of the + // control before setting the color to prevent flickering if ( bFlagRedLi ) { if ( eColorFlag != RL_RED )