mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed minor bug (found by clang :-) ) with incorrect ; after if statemtn
Former-commit-id: 12353a7b0cc67e0496c7f28baf063eddfcc973a9
This commit is contained in:
parent
92bb518698
commit
e6fb2ad53c
@ -363,7 +363,7 @@ void Hyperion::clear(int priority)
|
||||
_muxer.clearInput(priority);
|
||||
|
||||
// update leds if necessary
|
||||
if (priority < _muxer.getCurrentPriority());
|
||||
if (priority < _muxer.getCurrentPriority())
|
||||
{
|
||||
update();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user